Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump distroless/base-nossl-debian11 from b1f88de to 1ae8df5 in /tools/releases/dockerfiles #7985

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tools/releases/dockerfiles/base-root.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# use only when root is really needed
FROM gcr.io/distroless/base-nossl-debian11:debug@sha256:b1f88dedef04a62c818592267d56723ab338a3071f075948dc699ae874759f2a
FROM gcr.io/distroless/base-nossl-debian11:debug@sha256:1ae8df52aedbab54421655679dd1830f3da74115b932ac6ad3477bb4f8346bd1

COPY /tools/releases/templates/LICENSE \
/tools/releases/templates/README \
Expand Down
2 changes: 1 addition & 1 deletion tools/releases/dockerfiles/base.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gcr.io/distroless/base-nossl-debian11:debug-nonroot@sha256:895b0a6e273b777d9422d739b8222538b5d16ab97c61c1322c379f723c7ae4b2
FROM gcr.io/distroless/base-nossl-debian11:debug-nonroot@sha256:848708456cb7b4ba31650d36e59642f53a02d55f9d0a8623bee868e8fb21b0c9

COPY /tools/releases/templates/LICENSE \
/tools/releases/templates/README \
Expand Down
Loading