Skip to content

Commit

Permalink
docker: Bump distroless/base-debian11:nonroot -> 49d2923f35d6 (#2…
Browse files Browse the repository at this point in the history
…2168)

Signed-off-by: Ryan Northey <[email protected]>
  • Loading branch information
phlax authored Jul 14, 2022
1 parent 6785cf3 commit 1028df2
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 @@ -41,7 +41,7 @@ CMD ["envoy", "-c", "/etc/envoy/envoy.yaml"]

# STAGE: envoy-distroless
# gcr.io/distroless/base-debian11:nonroot
FROM gcr.io/distroless/base-debian11@sha256:d65ac1a65a4d82a48ebd0a22aea2acdd95d7abeeda245dfee932ec0018c781f4 AS envoy-distroless
FROM gcr.io/distroless/base-debian11@sha256:49d2923f35d66b8402487a7c01bc62a66d8279cd42e89c11b64cdce8d5826c03 AS envoy-distroless

COPY --from=binary /usr/local/bin/envoy* /usr/local/bin/
COPY --from=binary /usr/local/bin/su-exec /usr/local/bin/
Expand Down

0 comments on commit 1028df2

Please sign in to comment.