From 9dc35b77657f5927a70cf70aab0fb794dd9b8197 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 21:47:40 +0000 Subject: [PATCH] Bump nginx from 1.27.2-alpine to 1.27.3-alpine in /nginx Bumps nginx from 1.27.2-alpine to 1.27.3-alpine. --- updated-dependencies: - dependency-name: nginx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- nginx/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nginx/Dockerfile b/nginx/Dockerfile index 8994dcb5de..0cdfdc9119 100644 --- a/nginx/Dockerfile +++ b/nginx/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.27.2-alpine as build +FROM nginx:1.27.3-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.2-alpine +FROM nginx:1.27.3-alpine LABEL org.opencontainers.image.source https://github.com/CDCgov/prime-simplereport COPY ./default.conf /etc/nginx/conf.d/default.conf