From 959d9e480e2c284d401d2667b27595b64d506476 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 22:02:46 +0000 Subject: [PATCH] Bump distroless/static-debian13 from `f7f8f72` to `1c2c046` Bumps distroless/static-debian13 from `f7f8f72` to `1c2c046`. --- updated-dependencies: - dependency-name: distroless/static-debian13 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 5e5dcb6..b6e3033 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ COPY . . RUN CGO_ENABLED=0 GOOS=linux \ go build -trimpath -ldflags="-s -w" -o /out/ntwrk . -FROM gcr.io/distroless/static-debian13:nonroot@sha256:f7f8f729987ad0fdf6b05eeeae94b26e6a0f613bdf46feea7fc40f7bd72953e6 +FROM gcr.io/distroless/static-debian13:nonroot@sha256:1c2c046bc09ed40fad370b599a0b1ae7987f55b01e247cf27a7c27cd97e5bbc7 COPY --from=builder --chown=65532:65532 --chmod=0555 /out/ntwrk /ntwrk