diff --git a/frontend/Dockerfile.dev b/frontend/Dockerfile.dev index 17f47f2..fcd5f11 100644 --- a/frontend/Dockerfile.dev +++ b/frontend/Dockerfile.dev @@ -1,5 +1,5 @@ # FIRST STAGE: Build the Angular Application -FROM node:24.14.0 AS build +FROM node:24.14.1 AS build # Set the working directory WORKDIR /app diff --git a/frontend/Dockerfile.prod b/frontend/Dockerfile.prod index 96fc1b7..296fd2a 100644 --- a/frontend/Dockerfile.prod +++ b/frontend/Dockerfile.prod @@ -1,5 +1,5 @@ # FIRST STAGE: Build the Angular Application -FROM node:24.14.0 AS build +FROM node:24.14.1 AS build # Set the working directory WORKDIR /app