From 042d38a4e3a2fb798cafce8b802a9edd2d0b1bee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 06:34:09 +0000 Subject: [PATCH] Bump distroless/static-debian12 from `f5b485e` to `1b7b9f0` in /deploy Bumps distroless/static-debian12 from `f5b485e` to `1b7b9f0`. --- updated-dependencies: - dependency-name: distroless/static-debian12 dependency-version: nonroot dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- deploy/Dockerfile.witness.release | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/Dockerfile.witness.release b/deploy/Dockerfile.witness.release index 5ead06a..ec8098e 100644 --- a/deploy/Dockerfile.witness.release +++ b/deploy/Dockerfile.witness.release @@ -9,7 +9,7 @@ RUN go mod download && go mod verify COPY . . RUN CGO_ENABLED=0 go build -v -o ./witness-server ./cmd/witness-server -FROM gcr.io/distroless/static-debian12:nonroot@sha256:f5b485ea962d9bd1186b2f6b3a061191539b905b82ec395de78cbfae51f20e35 AS deploy +FROM gcr.io/distroless/static-debian12:nonroot@sha256:1b7b9f0f0e0a1d2155f531db587cc48ec26aaf97ab64364225f5bf18a054e66a AS deploy COPY --from=build /build/witness-server /usr/local/bin/witness-server