We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75abaee commit 541d7dfCopy full SHA for 541d7df
1 file changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:20.15.1 AS base
+FROM node:24.17.0 AS base
2
WORKDIR /usr/src/app
3
4
# install dependencies into temp directory
@@ -20,7 +20,7 @@ RUN npm run css:generate
20
RUN npm run build
21
22
# copy production dependencies and source code into final image
23
-FROM node:20.15.1-alpine AS release
+FROM node:24.17.0-alpine AS release
24
COPY --from=install /temp/dev/node_modules node_modules
25
COPY --from=prerelease /usr/src/app/.firebolt .firebolt
26
COPY --from=prerelease /usr/src/app/routes routes
0 commit comments