Skip to content

Commit 472f774

Browse files
chore(deps): update node.js to v24.18.0 (#642)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 86424ab commit 472f774

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

backend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Build static files
22
# Node Bookworm has npm
3-
FROM node:24.16.0-bookworm-slim AS build
3+
FROM node:24.18.0-bookworm-slim AS build
44
ENV NODE_ENV=production
55

66
# Copy and build

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ services:
2727
retries: 5
2828
start_period: 10s
2929
timeout: 5s
30-
image: node:24.16.0-bookworm-slim
30+
image: node:24.18.0-bookworm-slim
3131
ports: ["5000:5000"]
3232
restart: always
3333
volumes: ["./backend:/app", "/app/node_modules"]
@@ -44,7 +44,7 @@ services:
4444
VITE_USER_POOLS_ID: ${VITE_USER_POOLS_ID:-ca-central-1_UpeAqsYt4}
4545
VITE_USER_POOLS_WEB_CLIENT_ID: ${VITE_USER_POOLS_WEB_CLIENT_ID:-7k8j9l0m1n2o3p4q5r6s7t8u9v0w1x2y3z}
4646
VITE_ZONE: ${VITE_ZONE:-DEV}
47-
image: node:24.16.0-bookworm-slim
47+
image: node:24.18.0-bookworm-slim
4848
ports: ["3000:3000"]
4949
volumes: ["./frontend:/app", "/app/node_modules"]
5050
working_dir: "/app"

frontend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build static files
2-
FROM node:24.16.0-bookworm-slim AS build
2+
FROM node:24.18.0-bookworm-slim AS build
33

44
WORKDIR /app
55
COPY . .

0 commit comments

Comments
 (0)