diff --git a/Dockerfile b/Dockerfile index 24f9031..d5c9e91 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Stage 1: Build frontend -FROM node:24-alpine AS frontend-build +FROM node:25-alpine AS frontend-build WORKDIR /app/frontend COPY frontend/package.json frontend/package-lock.json ./ RUN npm ci