Skip to content

Commit 6490e9f

Browse files
chore(deps): update node.js to v24
1 parent 25fa55c commit 6490e9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/hazmi35/node:20-dev as build-stage
1+
FROM ghcr.io/hazmi35/node:24.10.0-dev as build-stage
22

33
WORKDIR /tmp/build
44

@@ -17,7 +17,7 @@ RUN pnpm run build
1717

1818
RUN pnpm prune --production
1919

20-
FROM ghcr.io/hazmi35/node:20
20+
FROM ghcr.io/hazmi35/node:24.10.0
2121

2222
WORKDIR /app
2323

0 commit comments

Comments
 (0)