Skip to content

Commit

Permalink
Bump nginx from 1.27.0-alpine to 1.27.2-alpine in /nginx (#8170)
Browse files Browse the repository at this point in the history
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 17, 2024
1 parent fcde2cb commit f06d3c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nginx/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 && \
Expand All @@ -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
Expand Down

0 comments on commit f06d3c7

Please sign in to comment.