We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a568e56 commit 44df723Copy full SHA for 44df723
Dockerfile
@@ -1,7 +1,7 @@
1
############################################################
2
# Build stage
3
4
-FROM node:20.17.0-alpine3.20 AS build
+FROM node:20.18.2-alpine3.20 AS build
5
6
RUN apk --no-cache add git
7
WORKDIR /src
@@ -27,7 +27,7 @@ RUN npm run prepare && npm run build
27
28
# Release stage
29
30
-FROM node:20.17.0-alpine3.20 AS release
+FROM node:20.18.2-alpine3.20 AS release
31
32
33
# Copy production node_modules
0 commit comments