Skip to content

Commit

Permalink
build(deps): bump distroless/base-nossl-debian11 in /ci
Browse files Browse the repository at this point in the history
Bumps distroless/base-nossl-debian11 from `1311462` to `fc8f94c`.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 10, 2023
1 parent a5930b2 commit 9213f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/Dockerfile-envoy
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ COPY --chown=0:0 --chmod=755 \

# STAGE: envoy-distroless
# gcr.io/distroless/base-nossl-debian11:nonroot
FROM gcr.io/distroless/base-nossl-debian11:nonroot@sha256:1311462d37ff75d7eafd7b3656f029a47fa465d5a7c8b4ce7956028e8b8fa5a8 AS envoy-distroless
FROM gcr.io/distroless/base-nossl-debian11:nonroot@sha256:fc8f94c086f0ac942c9bad6ddd2ca0f06d10ce1a4926857e184f47f97560ad1e AS envoy-distroless
EXPOSE 10000
ENTRYPOINT ["/usr/local/bin/envoy"]
CMD ["-c", "/etc/envoy/envoy.yaml"]
Expand Down

0 comments on commit 9213f42

Please sign in to comment.