Skip to content

Commit b89523d

Browse files
chore(deps): bump golang in /.docker
Bumps golang from 1.23.4-bullseye to 1.24.1-bullseye. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a67586f commit b89523d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.docker/Dockerfile-build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Workaround for https://github.com/GoogleContainerTools/distroless/issues/1342
2-
FROM golang:1.23.4-bullseye AS builder
2+
FROM golang:1.24.1-bullseye AS builder
33

44
WORKDIR /go/src/github.com/ory/keto
55

0 commit comments

Comments
 (0)