diff --git a/Frontend/Dockerfile b/Frontend/Dockerfile index d8c56ab..8bc56a0 100644 --- a/Frontend/Dockerfile +++ b/Frontend/Dockerfile @@ -1,5 +1,5 @@ # Stage 1: Build React app -FROM node:18-alpine AS build +FROM node:25-alpine AS build WORKDIR /app