We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6b0520 commit cce6f98Copy full SHA for cce6f98
templates/__common__/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:18-slim
+FROM node:19-slim
2
WORKDIR /usr/src/app
3
COPY package.json package-lock.json ./
4
RUN npm ci --production
0 commit comments