File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
1010ARG build_dir
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ ARG build_dir=public
33ARG 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
99ARG build_dir
You can’t perform that action at this time.
0 commit comments