Skip to content

Commit 681078a

Browse files
chore(deps): update node.js to v24 (#220)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Grzegorz Krajniak <[email protected]>
1 parent 080ad26 commit 681078a

File tree

3 files changed

+12
-26
lines changed

3 files changed

+12
-26
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22.21 AS build
1+
FROM node:24.11 AS build
22

33
COPY frontend/package.json frontend/build-scripts/extract-versions.js frontend/package-lock.json /app/frontend/
44
COPY backend/package.json backend/package-lock.json /app/backend/
@@ -11,7 +11,7 @@ COPY . ./
1111

1212
RUN npm run build
1313

14-
FROM node:22.21.1-alpine
14+
FROM node:24.11.0-alpine
1515

1616
ENV USER_UID=1001
1717
ENV GROUP_UID=1001

backend/package-lock.json

Lines changed: 9 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@openmfp/eslint-config-typescript": "0.7.5",
4747
"@types/express": "5.0.5",
4848
"@types/jest": "30.0.0",
49-
"@types/node": "22.19.0",
49+
"@types/node": "24.10.0",
5050
"@types/supertest": "6.0.3",
5151
"@typescript-eslint/eslint-plugin": "8.46.3",
5252
"@typescript-eslint/parser": "8.46.3",

0 commit comments

Comments
 (0)