diff --git a/frontend/Dockerfile.dev b/frontend/Dockerfile.dev index 5919ee4..ffb3e4e 100644 --- a/frontend/Dockerfile.dev +++ b/frontend/Dockerfile.dev @@ -1,5 +1,5 @@ # FIRST STAGE: Build the Angular Application -FROM node:24.16.0 AS build +FROM node:26.3.1 AS build # Set the working directory WORKDIR /app diff --git a/frontend/Dockerfile.prod b/frontend/Dockerfile.prod index 8650519..01963a3 100644 --- a/frontend/Dockerfile.prod +++ b/frontend/Dockerfile.prod @@ -1,5 +1,5 @@ # FIRST STAGE: Build the Angular Application -FROM node:24.16.0 AS build +FROM node:26.3.1 AS build # Set the working directory WORKDIR /app