Skip to content

Commit c3f6741

Browse files
Bump nginx from 1.29.3-alpine to 1.29.8-alpine in /nginx
Bumps nginx from 1.29.3-alpine to 1.29.8-alpine. --- updated-dependencies: - dependency-name: nginx dependency-version: 1.29.8-alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 79fcc08 commit c3f6741

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.29.3-alpine as build
1+
FROM nginx:1.29.8-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.29.3-alpine
22+
FROM nginx:1.29.8-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)