From f949bd167aeb0e2fe661a4c7fd16bb0786d94612 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 22:15:46 +0000 Subject: [PATCH] Update golang Docker tag to v1.23 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..04f41fb1a3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILDER_IMAGE=golang:1.21 +ARG BUILDER_IMAGE=golang:1.23 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..44ec62d4fc 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.23 as builder ARG TARGETARCH