Skip to content

Commit f60aaf1

Browse files
chore(deps): update node.js to v24 (#289)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 55530e0 commit f60aaf1

File tree

3 files changed

+25
-8
lines changed

3 files changed

+25
-8
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.20-alpine AS builder
1+
FROM node:24.9-alpine AS builder
22

33
COPY . /app
44

@@ -9,7 +9,7 @@ RUN --mount=type=cache,target=/root/.npm-production npm ci --ignore-scripts --om
99
RUN --mount=type=cache,target=/root/.npm npm run build
1010

1111
# --- Release Stage ---
12-
FROM node:22-alpine AS release
12+
FROM node:24-alpine AS release
1313

1414
# Set up a non-root user ('appuser'/'appgroup') to avoid running as root - good security practice!
1515
# (-S is the Alpine option for a system user/group, suitable here)

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"zod": "^3.25.76"
4040
},
4141
"devDependencies": {
42-
"@types/node": "^22",
42+
"@types/node": "^24.0.0",
4343
"prettier": "3.6.2",
4444
"shx": "^0.4.0",
4545
"tsx": "^4.19.3",

0 commit comments

Comments
 (0)