diff --git a/client/Dockerfile b/client/Dockerfile index 9fb8a20..b2bea77 100644 --- a/client/Dockerfile +++ b/client/Dockerfile @@ -1,5 +1,5 @@ # Verwende das offizielle Node.js 14 Image als Basis -FROM node:18 AS builder +FROM node:22 AS builder # Setze das Arbeitsverzeichnis im Container WORKDIR /app