chore(deps): update node.js to v24

This commit is contained in:
2025-12-30 08:56:43 +00:00
parent 2238d794b6
commit 42d7e9926b
3 changed files with 458 additions and 7 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