Skip to content

Commit 1e6b9ba

Browse files
chore(deps): update node.js to v24.18.1 (#1029)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8fc9581 commit 1e6b9ba

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

admin/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG port=4200
44

55

66
# Build container
7-
FROM node:24.18.0-bookworm-slim AS build
7+
FROM node:24.18.1-bookworm-slim AS build
88

99
# Install dependencies and build static content
1010
ARG build_dir

docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ services:
1212
# All other services reuse it (one physical Angular copy -> no NG0203).
1313
init-deps:
1414
container_name: init-deps
15-
image: node:24.18.0-bookworm-slim
15+
image: node:24.18.1-bookworm-slim
1616
volumes:
1717
- .:/app:z
1818
- npm-cache:/root/.npm:z
@@ -37,7 +37,7 @@ services:
3737
retries: 3
3838
start_period: 60s
3939
timeout: 5s
40-
image: node:24.18.0-bookworm-slim
40+
image: node:24.18.1-bookworm-slim
4141
ports:
4242
- 4200:4200
4343
volumes:
@@ -77,7 +77,7 @@ services:
7777
retries: 3
7878
start_period: 60s
7979
timeout: 5s
80-
image: node:24.18.0-bookworm-slim
80+
image: node:24.18.1-bookworm-slim
8181
ports:
8282
- 3333:3333
8383
volumes:
@@ -128,7 +128,7 @@ services:
128128
retries: 3
129129
start_period: 60s
130130
timeout: 5s
131-
image: node:24.18.0-bookworm-slim
131+
image: node:24.18.1-bookworm-slim
132132
ports:
133133
- 4300:4300
134134
volumes:

public/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ARG build_dir=public
33
ARG port=4300
44

55
# Build container
6-
FROM node:24.18.0-bookworm-slim AS build
6+
FROM node:24.18.1-bookworm-slim AS build
77

88
# Install dependencies and build static content
99
ARG build_dir

0 commit comments

Comments
 (0)