From e115e5c2ab19eecf0c4e94995e0f3bf7e261056a Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 20:07:13 +0000 Subject: [PATCH] Update golang Docker tag to v1.22 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- Dockerfile | 2 +- cmd/experimental/podtaintstolerations/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3c171c2775..6ddfafb09a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILDER_IMAGE=golang:1.21 +ARG BUILDER_IMAGE=golang:1.22 ARG BASE_IMAGE=registry.access.redhat.com/ubi8/go-toolset:1.20.10 # Build the manager binary FROM --platform=${BUILDPLATFORM} ${BUILDER_IMAGE} as builder diff --git a/cmd/experimental/podtaintstolerations/Dockerfile b/cmd/experimental/podtaintstolerations/Dockerfile index 66e82f1ecd..4597fa4cbe 100644 --- a/cmd/experimental/podtaintstolerations/Dockerfile +++ b/cmd/experimental/podtaintstolerations/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM --platform=${BUILDPLATFORM} golang:1.21 as builder +FROM --platform=${BUILDPLATFORM} golang:1.22 as builder ARG TARGETARCH