From 4cc3245df708a4943a30629337474a56ec6b1f62 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Fri, 9 May 2025 01:31:38 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi8/go-toolset docker tag to v1.23.6-2 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- .github/build/Dockerfile | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/build/Dockerfile b/.github/build/Dockerfile index 0bbb99ad3..28744e826 100644 --- a/.github/build/Dockerfile +++ b/.github/build/Dockerfile @@ -1,4 +1,4 @@ -ARG CI_BASE=registry.access.redhat.com/ubi8/go-toolset:1.21 +ARG CI_BASE=registry.access.redhat.com/ubi8/go-toolset:1.23.6-2 FROM ${CI_BASE} as stage1 diff --git a/Dockerfile b/Dockerfile index c79fc679e..6019979a9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM registry.access.redhat.com/ubi8/go-toolset:1.21 as builder +FROM registry.access.redhat.com/ubi8/go-toolset:1.23.6-2 as builder ARG TARGETOS ARG TARGETARCH