File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# use `crane digest <image>` to get the multi-platform sha256
2- FROM golang:1.24.4 -alpine3.21@sha256:56a23791af0f77c87b049230ead03bd8c3ad41683415ea4595e84ce7eada121a AS spicedb-builder
2+ FROM golang:1.24.5 -alpine3.21@sha256:6edc20586dd08dacad538c1f09984bc2aa61720be59056cf75429691f294d731 AS spicedb-builder
33WORKDIR /go/src/app
44RUN apk update && apk add --no-cache git
55COPY . .
66RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod CGO_ENABLED=0 go build -v ./cmd/...
77
88# use `crane digest <image>` to get the multi-platform sha256
9- FROM golang:1.24.4 -alpine3.21@sha256:56a23791af0f77c87b049230ead03bd8c3ad41683415ea4595e84ce7eada121a AS health-probe-builder
9+ FROM golang:1.24.5 -alpine3.21@sha256:6edc20586dd08dacad538c1f09984bc2aa61720be59056cf75429691f294d731 AS health-probe-builder
1010WORKDIR /go/src/app
1111RUN apk update && apk add --no-cache git
1212RUN git clone https://github.com/authzed/grpc-health-probe.git
Original file line number Diff line number Diff line change 11# vim: syntax=dockerfile
22# use `crane digest <image>` to get the multi-platform sha256
33ARG BASE=cgr.dev/chainguard/static@sha256:092aad9f6448695b6e20333a8faa93fe3637bcf4e88aa804b8f01545eaf288bd
4- FROM golang:1.24.4 -alpine3.21@sha256:56a23791af0f77c87b049230ead03bd8c3ad41683415ea4595e84ce7eada121a AS health-probe-builder
4+ FROM golang:1.24.5 -alpine3.21@sha256:6edc20586dd08dacad538c1f09984bc2aa61720be59056cf75429691f294d731 AS health-probe-builder
55WORKDIR /go/src/app
66RUN apk update && apk add --no-cache git
77RUN git clone https://github.com/authzed/grpc-health-probe.git
You can’t perform that action at this time.
0 commit comments