From 32e8868f7eac9aae5fdc96a1f7c4cd6f6e11fe09 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 08:06:03 +0000 Subject: [PATCH] Update golang Docker tag to v1.22.5 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 6e7be0ee..1275b820 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM golang:1.21.12 as builder +FROM golang:1.22.5 as builder WORKDIR /workspace # Copy the Go Modules manifests