diff --git a/Dockerfile b/Dockerfile index f668571..b51947e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # Stage 1: Build the Angular Application # ========================================= ARG NODE_VERSION=22.14.0-alpine -ARG NGINX_VERSION=1.29.1-alpine +ARG NGINX_VERSION=1.29.5-alpine # Use a lightweight Node.js image for building (customizable via ARG) FROM node:${NODE_VERSION} AS builder