From ffe97b87f1269243fa3ee18f4f2b4a5a6fb8dbf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 20:13:53 +0000 Subject: [PATCH] build(deps): bump distroless/static Bumps distroless/static from `963fa6c` to `d29e660`. --- updated-dependencies: - dependency-name: distroless/static dependency-version: nonroot dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- github-tests/Dockerfile/docker-from-docker-root/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github-tests/Dockerfile/docker-from-docker-root/Dockerfile b/github-tests/Dockerfile/docker-from-docker-root/Dockerfile index 6f5da00..2660174 100644 --- a/github-tests/Dockerfile/docker-from-docker-root/Dockerfile +++ b/github-tests/Dockerfile/docker-from-docker-root/Dockerfile @@ -18,7 +18,7 @@ COPY ./ . RUN go build -o foo ./ # Refer to https://github.com/GoogleContainerTools/distroless for more details -FROM gcr.io/distroless/static:nonroot@sha256:963fa6c544fe5ce420f1f54fb88b6fb01479f054c8056d0f74cc2c6000df5240 +FROM gcr.io/distroless/static:nonroot@sha256:d29e660cc75a5b6b1334e03c5c81ccf9bc0884a002c6000dbf0fb96034814478 WORKDIR / COPY --from=builder /workspace/foo . USER nonroot:nonroot