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.23rc2-bullseye.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 7, 2024
1 parent 349191f commit 9e8e142
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.23rc2-bullseye AS builder

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

Expand Down

0 comments on commit 9e8e142

Please sign in to comment.