From e8c39885692286d3ff942d6c9dac8af3fb0dba58 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 00:02:56 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi9/go-toolset docker tag to v1.21.11-7 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- Dockerfile | 2 +- oauth.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2f7dcc31c..84e6fd3fc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM registry.access.redhat.com/ubi9/go-toolset:1.20.12 as builder +FROM registry.access.redhat.com/ubi9/go-toolset:1.21.11-7 as builder ARG TARGETOS ARG TARGETARCH diff --git a/oauth.Dockerfile b/oauth.Dockerfile index 01a93eb5f..c7d83c0c8 100644 --- a/oauth.Dockerfile +++ b/oauth.Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM registry.access.redhat.com/ubi9/go-toolset:1.20.12 as builder +FROM registry.access.redhat.com/ubi9/go-toolset:1.21.11-7 as builder ARG TARGETOS ARG TARGETARCH