We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25fa55c commit 6490e9fCopy full SHA for 6490e9f
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ghcr.io/hazmi35/node:20-dev as build-stage
+FROM ghcr.io/hazmi35/node:24.10.0-dev as build-stage
2
3
WORKDIR /tmp/build
4
@@ -17,7 +17,7 @@ RUN pnpm run build
17
18
RUN pnpm prune --production
19
20
-FROM ghcr.io/hazmi35/node:20
+FROM ghcr.io/hazmi35/node:24.10.0
21
22
WORKDIR /app
23
0 commit comments