diff --git a/Dockerfile b/Dockerfile index 1fd99b070..96b66747a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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:60582b2ae6074f641094af0f370d4ab241aab271858a66223dcde7eee9f51638 +FROM cgr.dev/chainguard/static@sha256:399c8cb4858f05aaa33f43f02a2e75f28d40f016c0f86e5ba6075769e3303791 # 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.54 /ko-app/grpc-health-probe /bin/grpc_health_probe