From dc776355597266153b871fb5e24948bb1c645989 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 18:42:52 +0000 Subject: [PATCH] Bump nginx from 1.25.2 to 1.27.2 Bumps nginx from 1.25.2 to 1.27.2. --- updated-dependencies: - dependency-name: nginx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 28602f9..7654ee1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN ng build --configuration production --output-path=/dist ################ # Run in NGINX # ################ -FROM nginx:1.25.2 as base +FROM nginx:1.27.2 as base COPY --from=build /dist /usr/share/nginx/html # When the container starts, replace the env.js with values from environment variables