From 7d24dc03c6c9f7693658bf3d9fffb8204671f562 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 23:38:53 +0000 Subject: [PATCH] chore: bump golang from 1.22-bookworm to 1.23-bookworm in /constraint Bumps golang from 1.22-bookworm to 1.23-bookworm. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- constraint/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constraint/Dockerfile b/constraint/Dockerfile index 8b31719cd..5cff80fa8 100644 --- a/constraint/Dockerfile +++ b/constraint/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22-bookworm@sha256:af9b40f2b1851be993763b85288f8434af87b5678af04355b1e33ff530b5765f as builder +FROM golang:1.23-bookworm@sha256:2341ddffd3eddb72e0aebab476222fbc24d4a507c4d490a51892ec861bdb71fc as builder ARG KUSTOMIZE_VERSION