From 9fde3918ad249f3ef90af85d629809ddb8147982 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Aug 2023 18:10:05 +0000 Subject: [PATCH] Bump distroless/base in /trillian/examples/deployment/docker/ctfe Bumps distroless/base from `73deaaf` to `46c5b9b`. --- updated-dependencies: - dependency-name: distroless/base dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 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 9636b0a29c..437acab61a 100644 --- a/trillian/examples/deployment/docker/ctfe/Dockerfile +++ b/trillian/examples/deployment/docker/ctfe/Dockerfile @@ -12,7 +12,7 @@ COPY . . RUN CGO_ENABLED=0 go build ./trillian/ctfe/ct_server -FROM gcr.io/distroless/base@sha256:73deaaf6a207c1a33850257ba74e0f196bc418636cada9943a03d7abea980d6d +FROM gcr.io/distroless/base@sha256:46c5b9bd3e3efff512e28350766b54355fce6337a0b44ba3f822ab918eca4520 COPY --from=build /build/ct_server /