From 4b9b7a7c47cfb8e81c3f07b360a78904020a9c54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 03:17:35 +0000 Subject: [PATCH] chore(deps): bump golang from 1.21-bullseye to 1.22-bullseye in /.docker Bumps golang from 1.21-bullseye to 1.22-bullseye. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .docker/Dockerfile-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.docker/Dockerfile-build b/.docker/Dockerfile-build index eaace814a..c4cc315ca 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.21-bullseye AS builder +FROM golang:1.22-bullseye AS builder WORKDIR /go/src/github.com/ory/keto