Skip to content

Commit fc6d208

Browse files
authored
Merge pull request #2515 from authzed/dependabot/docker/docker-5a9fe9069c
Bump golang from 1.24.4-alpine3.21 to 1.24.5-alpine3.21 in the docker group
2 parents 7fc65cb + 36dd24b commit fc6d208

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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
33
WORKDIR /go/src/app
44
RUN apk update && apk add --no-cache git
55
COPY . .
66
RUN --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
1010
WORKDIR /go/src/app
1111
RUN apk update && apk add --no-cache git
1212
RUN git clone https://github.com/authzed/grpc-health-probe.git

Dockerfile.release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# vim: syntax=dockerfile
22
# use `crane digest <image>` to get the multi-platform sha256
33
ARG 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
55
WORKDIR /go/src/app
66
RUN apk update && apk add --no-cache git
77
RUN git clone https://github.com/authzed/grpc-health-probe.git

0 commit comments

Comments
 (0)