diff --git a/.docker/Dockerfile-build b/.docker/Dockerfile-build index c59396807..5747ea8ef 100644 --- a/.docker/Dockerfile-build +++ b/.docker/Dockerfile-build @@ -1,5 +1,5 @@ # Workaround for https://github.com/GoogleContainerTools/distroless/issues/1342 -FROM golang:1.22.5-bullseye AS builder +FROM golang:1.22.6-bullseye AS builder WORKDIR /go/src/github.com/ory/keto