From 82bb66131ce3cb0340d5ee773a801d4fc73b910c Mon Sep 17 00:00:00 2001 From: "konflux-internal-p02[bot]" <170854209+konflux-internal-p02[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 01:56:14 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi9/go-toolset docker tag to v1.26.5-1784751462 Signed-off-by: konflux-internal-p02 <170854209+konflux-internal-p02[bot]@users.noreply.github.com> --- docker/Dockerfile.apiserver.konflux | 2 +- docker/Dockerfile.gc.konflux | 2 +- docker/Dockerfile.processor.konflux | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docker/Dockerfile.apiserver.konflux b/docker/Dockerfile.apiserver.konflux index 6609c7f0..50c9adec 100644 --- a/docker/Dockerfile.apiserver.konflux +++ b/docker/Dockerfile.apiserver.konflux @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/go-toolset:1.25 AS builder +FROM registry.access.redhat.com/ubi9/go-toolset:1.26.5-1784751462 AS builder ARG TARGETOS=linux ARG TARGETARCH ARG CGO_ENABLED=0 diff --git a/docker/Dockerfile.gc.konflux b/docker/Dockerfile.gc.konflux index 3a149f67..5f306623 100644 --- a/docker/Dockerfile.gc.konflux +++ b/docker/Dockerfile.gc.konflux @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/go-toolset:1.25 AS builder +FROM registry.access.redhat.com/ubi9/go-toolset:1.26.5-1784751462 AS builder ARG TARGETOS=linux ARG TARGETARCH ARG CGO_ENABLED=0 diff --git a/docker/Dockerfile.processor.konflux b/docker/Dockerfile.processor.konflux index 6fe6dee1..617d4641 100644 --- a/docker/Dockerfile.processor.konflux +++ b/docker/Dockerfile.processor.konflux @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/go-toolset:1.25 AS builder +FROM registry.access.redhat.com/ubi9/go-toolset:1.26.5-1784751462 AS builder ARG TARGETOS=linux ARG TARGETARCH ARG CGO_ENABLED=0