Skip to content

Commit

Permalink
Bump distroless/base-debian12 in /nginx-distroless (#3012)
Browse files Browse the repository at this point in the history
Bumps distroless/base-debian12 from `5eae9ef` to `f9b0e86`.

---
updated-dependencies:
- dependency-name: distroless/base-debian12
  dependency-type: direct:production
...

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 Feb 27, 2024
1 parent 0c80869 commit cee5d0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nginx-distroless/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN mkdir -p /opt/var/cache/nginx && \
cp -a --parents /usr/lib/$(uname -m)-linux-gnu/libcrypto.so.* /opt && \
cp /usr/share/zoneinfo/${TIME_ZONE:-ROC} /opt/etc/localtime

FROM gcr.io/distroless/base-debian12@sha256:5eae9ef0b97acf7de819f936e12b24976b2d54333a2cf329615366e16ba598cd
FROM gcr.io/distroless/base-debian12@sha256:f9b0e861e881c77033560204e0a1f0368d7fdac60c5bb18457785ee647d70078
#FROM gcr.io/distroless/base-debian11
#FROM gcr.io/distroless/base-debian10

Expand Down
2 changes: 1 addition & 1 deletion nginx-distroless/Dockerfile.stable
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN mkdir -p /opt/var/cache/nginx && \
cp -a --parents /usr/lib/$(uname -m)-linux-gnu/libcrypto.so.* /opt && \
cp /usr/share/zoneinfo/${TIME_ZONE:-ROC} /opt/etc/localtime

FROM gcr.io/distroless/base-debian12@sha256:5eae9ef0b97acf7de819f936e12b24976b2d54333a2cf329615366e16ba598cd
FROM gcr.io/distroless/base-debian12@sha256:f9b0e861e881c77033560204e0a1f0368d7fdac60c5bb18457785ee647d70078
#FROM gcr.io/distroless/base-debian11
#FROM gcr.io/distroless/base-debian10

Expand Down

0 comments on commit cee5d0d

Please sign in to comment.