Skip to content

Commit

Permalink
chore(deps): bump golang in /.docker
Browse files Browse the repository at this point in the history
Bumps golang from 1.22.5-bullseye to 1.23.1-bullseye.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 9, 2024
1 parent 6f7bbe2 commit 67620a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/Dockerfile-build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Workaround for https://github.com/GoogleContainerTools/distroless/issues/1342
FROM golang:1.22.5-bullseye AS builder
FROM golang:1.23.1-bullseye AS builder

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

Expand Down

0 comments on commit 67620a8

Please sign in to comment.