From 1f23512fb082d93d65ad9f7e3a647890668da843 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Aug 2023 20:48:04 +0000 Subject: [PATCH] Bump nginx from 1.23-alpine to 1.25-alpine Bumps nginx from 1.23-alpine to 1.25-alpine. --- updated-dependencies: - dependency-name: nginx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f6507a27..c875d3f8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,7 +44,7 @@ RUN npx ng build --configuration production $ANGULAR_BUILD_OPTIONS # prod stage deploys the project with NGINX -FROM nginx:1.23-alpine as prod +FROM nginx:1.25-alpine as prod # copy the nginx configuration template COPY nginx/templates/default.conf.template /etc/nginx/templates/