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