diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 145a825..2ac53cc 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -1,4 +1,4 @@ -FROM node:20-alpine AS builder +FROM node:26-alpine AS builder WORKDIR /app @@ -14,7 +14,7 @@ ENV NEXT_PUBLIC_API_URL=$NEXT_PUBLIC_API_URL RUN npm run build # ── Production stage ── -FROM node:20-alpine +FROM node:26-alpine WORKDIR /app