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 6658d4c commit e9eeb33Copy full SHA for e9eeb33
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ghcr.io/hazmi35/node:22-dev-alpine AS build-stage
+FROM ghcr.io/hazmi35/node:24.11.0-dev-alpine AS build-stage
2
3
# Prepare pnpm with corepack (experimental feature)
4
RUN corepack enable && corepack prepare pnpm@latest
@@ -22,7 +22,7 @@ RUN pnpm run build
22
RUN pnpm prune --production
23
24
# Get ready for production
25
-FROM ghcr.io/hazmi35/node:22-alpine
+FROM ghcr.io/hazmi35/node:24.11.0-alpine
26
27
LABEL name="venti"
28
LABEL maintainer="Kakushin Devs <[email protected]>"
0 commit comments