Skip to content

Commit a363268

Browse files
chore(deps): update node.js to v24
1 parent 83d0b88 commit a363268

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

bun.lockb

6.66 KB
Binary file not shown.

dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ COPY package.json bun.lockb ./
77
RUN bun install --frozen-lockfile
88

99
# 2. Rebuild the source code only when needed
10-
FROM node:22.11.0-alpine AS base
10+
FROM node:24.11.0-alpine AS base
1111

1212
FROM base AS builder
1313
WORKDIR /app

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"@next/bundle-analyzer": "15.0.3",
8080
"@total-typescript/ts-reset": "^0.6.1",
8181
"@types/bcryptjs": "^3.0.0",
82-
"@types/node": "22.7.5",
82+
"@types/node": "24.9.2",
8383
"@types/react": "npm:[email protected]",
8484
"@types/react-dom": "npm:[email protected]",
8585
"@typescript-eslint/eslint-plugin": "7.18.0",

0 commit comments

Comments
 (0)