From 7dc91d474cdd7e072c0b3370cca252bb0a6ee448 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Feb 2024 07:28:46 +0800 Subject: [PATCH] Bump distroless/base-debian12 (#1340) Bumps distroless/base-debian12 from `0a93daa` to `f47fa3d`. --- updated-dependencies: - dependency-name: distroless/base-debian12 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- trillian/examples/deployment/docker/ctfe/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trillian/examples/deployment/docker/ctfe/Dockerfile b/trillian/examples/deployment/docker/ctfe/Dockerfile index 33ceb60bd2..ec2a08ff76 100644 --- a/trillian/examples/deployment/docker/ctfe/Dockerfile +++ b/trillian/examples/deployment/docker/ctfe/Dockerfile @@ -12,7 +12,7 @@ COPY . . RUN go build ./trillian/ctfe/ct_server -FROM gcr.io/distroless/base-debian12@sha256:0a93daa199e7c6e387cea8cf03fac676146735caf6965d276d86ebd3a441f27e +FROM gcr.io/distroless/base-debian12@sha256:f47fa3dbb9c1b1a5d968106c98380c40f28c721f0f8e598e8d760169ae2db836 COPY --from=build /build/ct_server /