From e4706249e68760c15fb7751417b4facdace98939 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Aug 2026 23:12:43 +0000 Subject: [PATCH] build(deps): bump distroless/static-debian12 in /docker Bumps distroless/static-debian12 from `9c346e4` to `6447365`. --- updated-dependencies: - dependency-name: distroless/static-debian12 dependency-version: 6447365a6337c3732f412d1b74357b30a633831955b2bc45552b0086be907687 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docker/backend.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/backend.Dockerfile b/docker/backend.Dockerfile index deb0bcc..1921357 100644 --- a/docker/backend.Dockerfile +++ b/docker/backend.Dockerfile @@ -18,7 +18,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -o /out/healthcheck ./cmd/healthcheck RUN CGO_ENABLED=0 GOOS=linux go build -o /out/receipt-migrate ./cmd/receipt-migrate RUN mkdir -p /out/data/uploads && chown -R 65532:65532 /out/data -FROM gcr.io/distroless/static-debian12@sha256:9c346e4be81b5ca7ff31a0d89eaeade58b0f95cfd3baed1f36083ddb47ca3160 AS prod +FROM gcr.io/distroless/static-debian12@sha256:6447365a6337c3732f412d1b74357b30a633831955b2bc45552b0086be907687 AS prod COPY --from=build /out/server /server COPY --from=build /out/healthcheck /healthcheck COPY --from=build /out/receipt-migrate /receipt-migrate