From 02604ea8b387745f0e9e6c099a41c91d08ea614c Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 08:16:41 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi8/go-toolset docker tag to v1.22.9-1 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f41bd8c..6ac0ce8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # Use go-toolset as the builder image # Once built, copys GO executable to a smaller image and runs it from there -FROM registry.access.redhat.com/ubi8/go-toolset:1.22.7-5.1733303300 as builder +FROM registry.access.redhat.com/ubi8/go-toolset:1.22.9-1 as builder WORKDIR /go/src/app