chore(deps): update node.js to v24

This commit is contained in:
2025-12-30 08:25:24 +00:00
parent 8c7ed2d50e
commit 577b863216
3 changed files with 999 additions and 16 deletions

View File

@@ -1,4 +1,4 @@
FROM node:22-alpine AS builder
FROM node:24-alpine AS builder
WORKDIR /app
@@ -9,7 +9,7 @@ COPY . .
RUN npm run build
FROM node:22-alpine AS runner
FROM node:24-alpine AS runner
WORKDIR /app

1009
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -38,7 +38,7 @@
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/node": "^24.0.0",
"@types/pg": "^8.15.5",
"@types/react": "^19",
"@types/react-dom": "^19",