docker update to 22 and renovate.json

This commit is contained in:
2026-08-09 15:54:38 +02:00
parent d9581a4891
commit 470ba8de6b
2 changed files with 27 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# Stage 1: React Frontend bauen
FROM node:20-alpine AS frontend
FROM node:22-alpine AS frontend
WORKDIR /app/client
COPY client/package.json client/package-lock.json ./
RUN npm ci