Skip to content

Commit 05f75e5

Browse files
chore(deps): update node.js to v24 (#544)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5a2f4e4 commit 05f75e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22 AS build
1+
FROM node:24 AS build
22
WORKDIR /app
33
COPY *.json ./
44
RUN npm ci --omit=dev --ignore-scripts

frontend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22 AS build
1+
FROM node:24 AS build
22

33
WORKDIR /app
44
COPY . .

0 commit comments

Comments
 (0)