From e29a7046d77596b32f1911cfc3390447a9a14435 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 04:15:57 +0000 Subject: [PATCH] chore(deps): update nginx docker tag to v1.31.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f668571..0027dce 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.31.1-alpine # Use a lightweight Node.js image for building (customizable via ARG) FROM node:${NODE_VERSION} AS builder