File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
examples/deployment/docker Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ RUN go install ./cmd/trillian_log_server
1818RUN 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
2323COPY --from=build /go/bin/trillian_log_server /
2424COPY --from=build /THIRD_PARTY_NOTICES /THIRD_PARTY_NOTICES
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ RUN go install ./cmd/trillian_log_signer
1818RUN 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
2323COPY --from=build /go/bin/trillian_log_signer /
2424COPY --from=build /THIRD_PARTY_NOTICES /THIRD_PARTY_NOTICES
You can’t perform that action at this time.
0 commit comments