diff --git a/Dockerfile b/Dockerfile index fff91e37..17c93017 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ ###### FRONTEND ###### # Build frontend resources in node container -FROM node:20-slim AS frontend-build +FROM node:22-slim AS frontend-build # Build with npm COPY frontend /build/flugbuech/