Skip to content

Commit 9e85369

Browse files
chore(deps): bump golang from 2611181 to ac09a5f in the docker group (#2789)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 331d449 commit 9e85369

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# use `docker buildx imagetools inspect <image>` to get the multi-platform sha256
2-
FROM golang:1.25.5-alpine@sha256:26111811bc967321e7b6f852e914d14bede324cd1accb7f81811929a6a57fea9 AS spicedb-builder
2+
FROM golang:1.25.5-alpine@sha256:ac09a5f469f307e5da71e766b0bd59c9c49ea460a528cc3e6686513d64a6f1fb AS spicedb-builder
33
WORKDIR /go/src/app
44
RUN apk update && apk add --no-cache git
55
COPY . .
66
# https://github.com/odigos-io/go-rtml#about-ldflags-checklinkname0
77
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
88

99
# use `docker buildx imagetools inspect <image>` to get the multi-platform sha256
10-
FROM golang:1.25.5-alpine@sha256:26111811bc967321e7b6f852e914d14bede324cd1accb7f81811929a6a57fea9 AS health-probe-builder
10+
FROM golang:1.25.5-alpine@sha256:ac09a5f469f307e5da71e766b0bd59c9c49ea460a528cc3e6686513d64a6f1fb AS health-probe-builder
1111
WORKDIR /go/src/app
1212
RUN apk update && apk add --no-cache git
1313
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 `docker buildx imagetools inspect <image>` to get the multi-platform sha256
33
ARG BASE=cgr.dev/chainguard/static@sha256:b2e1c3d3627093e54f6805823e73edd17ab93d6c7202e672988080c863e0412b
4-
FROM golang:1.25.5-alpine@sha256:26111811bc967321e7b6f852e914d14bede324cd1accb7f81811929a6a57fea9 AS health-probe-builder
4+
FROM golang:1.25.5-alpine@sha256:ac09a5f469f307e5da71e766b0bd59c9c49ea460a528cc3e6686513d64a6f1fb 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)