From 3fbb67ebffc7466c7fe6bc5dae5e4f068a6348fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 00:14:41 +0000 Subject: [PATCH] build(deps): bump distroless/static-debian12 in /deploy/docker 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/docker/core.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/docker/core.Dockerfile b/deploy/docker/core.Dockerfile index 5bd580c..75fda74 100644 --- a/deploy/docker/core.Dockerfile +++ b/deploy/docker/core.Dockerfile @@ -14,7 +14,7 @@ RUN --mount=type=cache,target=/go/pkg/mod \ install -d -m 0700 -o 65532 -g 65532 /image-data/var/lib/antiflock && \ test "$(stat -c '%u:%g:%a' /image-data/var/lib/antiflock)" = "65532:65532:700" -FROM gcr.io/distroless/static-debian12:nonroot@sha256:f5b485ea962d9bd1186b2f6b3a061191539b905b82ec395de78cbfae51f20e35 +FROM gcr.io/distroless/static-debian12:nonroot@sha256:1b7b9f0f0e0a1d2155f531db587cc48ec26aaf97ab64364225f5bf18a054e66a COPY --from=build --chown=65532:65532 /out/ /usr/local/bin/ COPY --from=build --chown=65532:65532 /image-data/var/lib/antiflock/ /var/lib/antiflock/