diff --git a/Dockerfile b/Dockerfile index 3c1a395..bda400b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Stage 1: Build React frontend -FROM node:22-slim AS frontend-build +FROM node:26-slim AS frontend-build WORKDIR /build COPY frontend/package.json frontend/package-lock.json ./