Skip to content

Commit 974a195

Browse files
chore(deps): update node.js to v24.11.1
1 parent 4144618 commit 974a195

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ COPY . ./
1111

1212
RUN npm run build
1313

14-
FROM node:24.11.0-alpine
14+
FROM node:24.11.1-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.2",
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)