Skip to content

Commit 3c6adcb

Browse files
chore(deps): update gcr.io/distroless/base-debian12 docker digest to 007fbc0 (#425)
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> Co-authored-by: red-hat-konflux[bot] <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent ecf015b commit 3c6adcb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/deployment/docker/log_server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN go install ./cmd/trillian_log_server
1818
RUN go run github.com/google/go-licenses/v2 save ./cmd/trillian_log_server --save_path /THIRD_PARTY_NOTICES
1919

2020
# Make a minimal image.
21-
FROM gcr.io/distroless/base-debian12@sha256:201ef9125ff3f55fda8e0697eff0b3ce9078366503ef066653635a3ac3ed9c26
21+
FROM gcr.io/distroless/base-debian12@sha256:007fbc0e0df2f12b739e9032a45ade4c58be0c9981767c440da6c404418f3144
2222

2323
COPY --from=build /go/bin/trillian_log_server /
2424
COPY --from=build /THIRD_PARTY_NOTICES /THIRD_PARTY_NOTICES

examples/deployment/docker/log_signer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN go install ./cmd/trillian_log_signer
1818
RUN go run github.com/google/go-licenses/v2 save ./cmd/trillian_log_signer --save_path /THIRD_PARTY_NOTICES
1919

2020
# Make a minimal image.
21-
FROM gcr.io/distroless/base-debian12@sha256:201ef9125ff3f55fda8e0697eff0b3ce9078366503ef066653635a3ac3ed9c26
21+
FROM gcr.io/distroless/base-debian12@sha256:007fbc0e0df2f12b739e9032a45ade4c58be0c9981767c440da6c404418f3144
2222

2323
COPY --from=build /go/bin/trillian_log_signer /
2424
COPY --from=build /THIRD_PARTY_NOTICES /THIRD_PARTY_NOTICES

0 commit comments

Comments
 (0)