Skip to content

Commit cc12a4a

Browse files
chore(deps): update node.js to v24.13.0
1 parent 6404e4a commit cc12a4a

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:24.11 AS build
1+
FROM node:24.13 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:24.11.0-alpine
14+
FROM node:24.13.0-alpine
1515

1616
ENV USER_UID=1001
1717
ENV GROUP_UID=1001

backend/package-lock.json

Lines changed: 4 additions & 4 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
@@ -44,7 +44,7 @@
4444
"@openmfp/eslint-config-typescript": "0.7.7",
4545
"@types/express": "5.0.6",
4646
"@types/jest": "^29.5.2",
47-
"@types/node": "24.10.1",
47+
"@types/node": "24.10.10",
4848
"@types/supertest": "6.0.3",
4949
"@typescript-eslint/eslint-plugin": "8.46.2",
5050
"@typescript-eslint/parser": "8.46.2",

0 commit comments

Comments
 (0)