We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20804ec commit 5730b3fCopy full SHA for 5730b3f
1 file changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:20.19.2-alpine as ci
+FROM node:22-alpine as ci
2
3
ENV NODE_ENV=test
4
ENV BLUEBIRD_DEBUG=0
@@ -21,7 +21,7 @@ FROM ci as clean
21
# below command removes the packages specified in devDependencies and set NODE_ENV to production
22
RUN npm prune --production
23
# --------------- Production stage
24
-FROM node:20.18.1-alpine AS prod
+FROM node:22-alpine AS prod
25
26
ENV NODE_ENV=production
27
ENV NODE_PATH='dist'
0 commit comments