We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76ec42f commit ed3312fCopy full SHA for ed3312f
Dockerfile
@@ -1,7 +1,7 @@
1
############################################################
2
# Build stage
3
4
-FROM node:lts-alpine AS build
+FROM node:20.14.0-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:lts-alpine AS release
+FROM node:20.14.0-alpine3.20 AS release
31
32
33
# Copy production node_modules
0 commit comments