From e692d3a13404d85243d0f9100b57b0671120761f Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 02:08:13 +0000 Subject: [PATCH] Update golang Docker tag to v1.23.2 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b9e5384a..e548f6cc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM golang:1.22.5 as builder +FROM golang:1.23.2 as builder WORKDIR /workspace # Copy the Go Modules manifests