We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7ce0570 + 5430d91 commit 8f9cce1Copy full SHA for 8f9cce1
1 file changed
Dockerfile
@@ -1,9 +1,9 @@
1
-FROM node:16 as builder
+FROM node:20 as builder
2
WORKDIR /workspace
3
COPY . .
4
RUN npm install
5
6
-FROM node:16-alpine
+FROM node:20-alpine
7
8
COPY --from=builder /workspace .
9
RUN apk --update add git
0 commit comments