Skip to content

Commit 62b9de6

Browse files
chore(deps): update node.js to v24.18.0
1 parent 38e80e0 commit 62b9de6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

1212
ARG APP_ROOT
1313
ENV 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

2424
ARG APP_ROOT
2525
ENV 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

3636
ARG APP_ROOT APP_UID
3737
ENV NPM_CONFIG_FUND=false NPM_CONFIG_UPDATE_NOTIFIER=false

0 commit comments

Comments
 (0)