diff --git a/Dockerfile b/Dockerfile index 86d9560..1256f21 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Stage 1: Build web console -FROM node:20-alpine AS frontend-builder +FROM node:25-alpine AS frontend-builder WORKDIR /app/web COPY web/package*.json ./ RUN npm ci --silent