From 2744a2cca56426e737ecda379c934bc5cb06dec9 Mon Sep 17 00:00:00 2001 From: "konflux-staging[bot]" <124796549+konflux-staging[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 12:02:03 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi9/go-toolset docker tag to v1.21.11-7 Signed-off-by: konflux-staging <126015336+konflux-staging[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5c1b88c..534f190 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/go-toolset:1.20.10 AS builder +FROM registry.access.redhat.com/ubi9/go-toolset:1.21.11-7 AS builder COPY . .