Skip to content

Commit 43f8253

Browse files
chore(deps): bump golang in the docker group across 1 directory
Bumps the docker group with 1 update in the / directory: golang. Updates `golang` from `c2a1f7b` to `f853308` --- updated-dependencies: - dependency-name: golang dependency-version: 1.26.2-alpine dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docker ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5979cb2 commit 43f8253

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# use `docker buildx imagetools inspect <image>` to get the multi-platform sha256
2-
FROM golang:1.26.2-alpine@sha256:c2a1f7b2095d046ae14b286b18413a05bb82c9bca9b25fe7ff5efef0f0826166 AS spicedb-builder
2+
FROM golang:1.26.2-alpine@sha256:f85330846cde1e57ca9ec309382da3b8e6ae3ab943d2739500e08c86393a21b1 AS spicedb-builder
33
WORKDIR /go/src/app
44
RUN apk update && apk add --no-cache git
55
COPY . .

0 commit comments

Comments
 (0)