From 51ac197d4d96869518b31d0c48993af6ec98a576 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 08:43:40 +0000 Subject: [PATCH] Bump distroless/static-debian12 from `aef9602` to `f5b485e` Bumps distroless/static-debian12 from `aef9602` to `f5b485e`. --- 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 5ad7bba..c37e09f 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:aef9602f8710ec12bde19d593fed1f76c708531bb7aba205110f1029786ead7b AS runtime +FROM gcr.io/distroless/static-debian12:nonroot@sha256:f5b485ea962d9bd1186b2f6b3a061191539b905b82ec395de78cbfae51f20e35 AS runtime COPY --from=build /locksmith /locksmith