From cef88c6ce3627505c878cc676f3cec988f4b8960 Mon Sep 17 00:00:00 2001 From: harishsurf Date: Fri, 8 Sep 2023 11:51:14 -0400 Subject: [PATCH] chore: downgrade ubi8/go-toolset version Latest go-toolset 1.19.10-10.1692783630 image has a bug causing failure to build an image Signed-off-by: harishsurf --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 92b30e0..3de092f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi8/go-toolset as build +FROM registry.access.redhat.com/ubi8/go-toolset:1.19.10-10 as build USER root RUN dnf install -y --setopt=tsflags=nodocs git COPY . /go/src/