From 0f552c19d0d83cf270d287be65a2d7ff5e17d5bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 20:53:48 +0000 Subject: [PATCH] Bump distroless/static-debian12 in /examples/http-gateway Bumps distroless/static-debian12 from `9c346e4` to `61b7cce`. --- updated-dependencies: - dependency-name: distroless/static-debian12 dependency-version: 61b7ccecebc7c474a531717de80a94709d20547cdcdaf740c25876f2a8e38b44 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/http-gateway/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/http-gateway/Dockerfile b/examples/http-gateway/Dockerfile index 3c92c56..f41688d 100644 --- a/examples/http-gateway/Dockerfile +++ b/examples/http-gateway/Dockerfile @@ -10,7 +10,7 @@ COPY . . # Pure-stdlib program: no cgo, so it builds to a static binary. RUN CGO_ENABLED=0 go build -trimpath -o /gateway ./examples/http-gateway -FROM gcr.io/distroless/static-debian12@sha256:9c346e4be81b5ca7ff31a0d89eaeade58b0f95cfd3baed1f36083ddb47ca3160 +FROM gcr.io/distroless/static-debian12@sha256:61b7ccecebc7c474a531717de80a94709d20547cdcdaf740c25876f2a8e38b44 COPY --from=build /gateway /gateway # Match the daemon's uid (10001) so this can connect to its Unix socket, which # is created owner-only-writable.