We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b3f6eb commit 79af69dCopy full SHA for 79af69d
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:17.9.0-alpine
+FROM node:18.0.0-alpine
2
WORKDIR /usr/src/app
3
COPY package.json yarn.lock ./
4
RUN yarn
0 commit comments