From 0659df91f033c752535b4d219477804c8d0a6d0b Mon Sep 17 00:00:00 2001 From: nickboldt Date: Fri, 29 May 2020 22:40:41 -0400 Subject: [PATCH] [base] Update from devtools/go-toolset-rhel7:1.12.12-4 to devtools/go-toolset-rhel7:1.13.4-18 Change-Id: I91c3c6ad19000b23ce4c82200898978a2a2538f9 Signed-off-by: nickboldt --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c240074c8..3ecbc1fb3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ # NOTE: using registry.redhat.io/rhel8/go-toolset requires login, which complicates automation # NOTE: since updateBaseImages.sh does not support other registries than RHCC, update to RHEL8 # https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/devtools/go-toolset-rhel7 -FROM registry.access.redhat.com/devtools/go-toolset-rhel7:1.12.12-4 as builder +FROM registry.access.redhat.com/devtools/go-toolset-rhel7:1.13.4-18 as builder ENV PATH=/opt/rh/go-toolset-1.12/root/usr/bin:$PATH \ GOPATH=/go/