File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ ARG GIT_COMMIT
77#
88# Stage 1: Build the backend app
99#
10- FROM docker.io/node:24.15 .0-alpine AS app-build
10+ FROM docker.io/node:24.18 .0-alpine AS app-build
1111
1212ARG APP_ROOT
1313ENV NPM_CONFIG_FUND=false NPM_CONFIG_UPDATE_NOTIFIER=false
@@ -19,7 +19,7 @@ RUN npm ci && npm run build
1919#
2020# Stage 2: Build the frontend
2121#
22- FROM docker.io/node:24.15 .0-alpine AS frontend-build
22+ FROM docker.io/node:24.18 .0-alpine AS frontend-build
2323
2424ARG APP_ROOT
2525ENV NPM_CONFIG_FUND=false NPM_CONFIG_UPDATE_NOTIFIER=false
@@ -31,7 +31,7 @@ RUN npm ci && npm run build
3131#
3232# Stage 3: Production Dependencies & Minimal Identity
3333#
34- FROM docker.io/node:24.15 .0-alpine AS prod-deps
34+ FROM docker.io/node:24.18 .0-alpine AS prod-deps
3535
3636ARG APP_ROOT APP_UID
3737ENV NPM_CONFIG_FUND=false NPM_CONFIG_UPDATE_NOTIFIER=false
You can’t perform that action at this time.
0 commit comments