From af147c1affc12e2fa0b23e085e45d45bedf39272 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 18:42:23 +0000 Subject: [PATCH] chore(deps): bump the docker group with 2 updates Bumps the docker group with 2 updates: golang and chainguard/static. Updates `golang` from 1.26.4-alpine to 1.26.5-alpine Updates `chainguard/static` from `77d8b89` to `60582b2` --- updated-dependencies: - dependency-name: golang dependency-version: 1.26.5-alpine dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docker - dependency-name: chainguard/static dependency-version: 60582b2ae6074f641094af0f370d4ab241aab271858a66223dcde7eee9f51638 dependency-type: direct:production dependency-group: docker ... Signed-off-by: dependabot[bot] --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 15ab95e55..478bbfe60 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # use `docker buildx imagetools inspect ` to get the multi-platform sha256 -FROM golang:1.26.4-alpine@sha256:3ad57304ad93bbec8548a0437ad9e06a455660655d9af011d58b993f6f615648 AS spicedb-builder +FROM golang:1.26.5-alpine@sha256:0178a641fbb4858c5f1b48e34bdaabe0350a330a1b1149aabd498d0699ff5fb2 AS spicedb-builder WORKDIR /go/src/app RUN apk update && apk add --no-cache git COPY . . @@ -7,7 +7,7 @@ COPY . . RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod CGO_ENABLED=0 go build -tags memoryprotection -v -ldflags=-checklinkname=0 -o spicedb ./cmd/spicedb # use `docker buildx imagetools inspect ` to get the multi-platform sha256 -FROM cgr.dev/chainguard/static@sha256:77d8b8925dc27970ec2f48243f44c7a260d52c49cd778288e4ee97566e0cb75b +FROM cgr.dev/chainguard/static@sha256:60582b2ae6074f641094af0f370d4ab241aab271858a66223dcde7eee9f51638 # NOTE: the copy target location differs from Dockerfile.release for historical reasons. It's referenced in # compose files and elsewhere so we're keeping it the way it is. COPY --from=ghcr.io/grpc-ecosystem/grpc-health-probe:v0.4.53 /ko-app/grpc-health-probe /bin/grpc_health_probe