From f06d3c75ce9456c6e26c5a0105bc720e2fbcfdf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 15:19:54 -0400 Subject: [PATCH] Bump nginx from 1.27.0-alpine to 1.27.2-alpine in /nginx (#8170) Bumps nginx from 1.27.0-alpine to 1.27.2-alpine. --- updated-dependencies: - dependency-name: nginx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- nginx/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nginx/Dockerfile b/nginx/Dockerfile index 9376446990..8994dcb5de 100644 --- a/nginx/Dockerfile +++ b/nginx/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.27.0-alpine as build +FROM nginx:1.27.2-alpine as build LABEL org.opencontainers.image.source https://github.com/CDCgov/prime-simplereport RUN /bin/ash -c 'set -ex && \ @@ -19,7 +19,7 @@ RUN mv localhost.simplereport.gov.pem localhost.simplereport.gov.crt RUN mv localhost.simplereport.gov-key.pem localhost.simplereport.gov.key -FROM nginx:1.27.0-alpine +FROM nginx:1.27.2-alpine LABEL org.opencontainers.image.source https://github.com/CDCgov/prime-simplereport COPY ./default.conf /etc/nginx/conf.d/default.conf