diff --git a/Dockerfile b/Dockerfile index dad1f6e0..b298684d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # # Build frontend # -FROM node:22-alpine AS frontend-builder +FROM node:23-alpine AS frontend-builder WORKDIR /app COPY package*.json ./ RUN npm install