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 8fbbd40 commit e031e22Copy full SHA for e031e22
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