Update dependency node to v24

This commit is contained in:
renovate[bot]
2026-08-10 15:17:32 +00:00
committed by GitHub
parent 3369669d57
commit 80d3ad6b3e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# Stage 1: React Frontend bauen
FROM node:22-alpine AS frontend
FROM node:24-alpine AS frontend
WORKDIR /app/client
COPY client/package.json client/package-lock.json ./
RUN npm ci