Skip to content

Commit 3014795

Browse files
build(deps): bump distroless/base-nossl from d1fc914 to ecbab76 in /tools/docker/envoy-gateway (#6115)
build(deps): bump distroless/base-nossl in /tools/docker/envoy-gateway Bumps distroless/base-nossl from `d1fc914` to `ecbab76`. --- updated-dependencies: - dependency-name: distroless/base-nossl dependency-version: nonroot dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fba09dc commit 3014795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/docker/envoy-gateway/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN mkdir -p /var/lib/eg
44

55
# Use distroless as minimal base image to package the manager binary
66
# Refer to https://github.com/GoogleContainerTools/distroless for more details
7-
FROM gcr.io/distroless/base-nossl:nonroot@sha256:d1fc914c43cea489c26c896721344a49a1761b9bb678bcba1758772d22913302
7+
FROM gcr.io/distroless/base-nossl:nonroot@sha256:ecbab76d6a504ddf7c58a9d786e70f1f1731fa546b1ac0b20dab35c6fc2f3138
88
ARG TARGETPLATFORM
99
COPY --chown=65532:65532 $TARGETPLATFORM/envoy-gateway /usr/local/bin/
1010
COPY --from=source --chown=65532:65532 /var/lib /var/lib

0 commit comments

Comments
 (0)