We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97bafa0 commit e4d32daCopy full SHA for e4d32da
Dockerfile
@@ -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:22-alpine AS prod
+FROM node:24-alpine AS prod
25
26
ENV NODE_ENV=production
27
ENV NODE_PATH='dist'
0 commit comments