From 2ebd985a694bea0ed22225aa1cba2da9455a44f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 08:43:33 +0000 Subject: [PATCH] Bump distroless/static-debian12 from `1b7b9f0` to `afa5c87` Bumps distroless/static-debian12 from `1b7b9f0` to `afa5c87`. --- updated-dependencies: - dependency-name: distroless/static-debian12 dependency-version: nonroot dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 171d09b..a4d83ca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ ENV CGO_ENABLED=0 RUN --mount=type=cache,target="/root/.cache/go-build" \ go build -trimpath -ldflags="-s -w" -o locksmith . -FROM gcr.io/distroless/static-debian12:nonroot@sha256:1b7b9f0f0e0a1d2155f531db587cc48ec26aaf97ab64364225f5bf18a054e66a AS runtime +FROM gcr.io/distroless/static-debian12:nonroot@sha256:afa5c872c891853ca7fcf1f12c3edb23f7eeef36189728842dd51042ff57f7ab AS runtime COPY --from=build /locksmith /locksmith