upgrade packages

This commit is contained in:
2026-07-12 17:27:16 +02:00
parent 2b1d1c57ff
commit af5e2b8137
2 changed files with 53 additions and 41 deletions
+3 -1
View File
@@ -1,5 +1,7 @@
# --- builder ---
FROM node:20-alpine AS builder
# Node 24 (active LTS): Node 20 is past EOL (April 2026), and vue-router 5's
# Babel 8 toolchain requires ^22.18.0 || >=24.11.0 (EBADENGINE on node 20).
FROM node:24-alpine AS builder
WORKDIR /app
COPY package.json package-lock.json ./