Skip to content

Commit e9eeb33

Browse files
chore(deps): update node.js to v24
1 parent 6658d4c commit e9eeb33

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:22-dev-alpine AS build-stage
1+
FROM ghcr.io/hazmi35/node:24.11.0-dev-alpine AS build-stage
22

33
# Prepare pnpm with corepack (experimental feature)
44
RUN corepack enable && corepack prepare pnpm@latest
@@ -22,7 +22,7 @@ RUN pnpm run build
2222
RUN pnpm prune --production
2323

2424
# Get ready for production
25-
FROM ghcr.io/hazmi35/node:22-alpine
25+
FROM ghcr.io/hazmi35/node:24.11.0-alpine
2626

2727
LABEL name="venti"
2828
LABEL maintainer="Kakushin Devs <[email protected]>"

0 commit comments

Comments
 (0)