Skip to content

Commit d309cdd

Browse files
Bump nginx from 1.27.4-alpine to 1.27.5-alpine in /nginx (#8726)
Bumps nginx from 1.27.4-alpine to 1.27.5-alpine. --- updated-dependencies: - dependency-name: nginx dependency-version: 1.27.5-alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7adc9b7 commit d309cdd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

nginx/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM nginx:1.27.4-alpine as build
1+
FROM nginx:1.27.5-alpine as build
22
LABEL org.opencontainers.image.source https://github.com/CDCgov/prime-simplereport
33

44
RUN /bin/ash -c 'set -ex && \
@@ -19,7 +19,7 @@ RUN mv localhost.simplereport.gov.pem localhost.simplereport.gov.crt
1919
RUN mv localhost.simplereport.gov-key.pem localhost.simplereport.gov.key
2020

2121

22-
FROM nginx:1.27.4-alpine
22+
FROM nginx:1.27.5-alpine
2323
LABEL org.opencontainers.image.source https://github.com/CDCgov/prime-simplereport
2424

2525
COPY ./default.conf /etc/nginx/conf.d/default.conf

0 commit comments

Comments
 (0)