From dd013c9cb6517c0d8b73f4bce95398b384e14240 Mon Sep 17 00:00:00 2001 From: nickboldt Date: Wed, 22 May 2019 10:06:49 -0400 Subject: [PATCH] update to newer devtools/go-toolset-rhel7:1.11.5-3.1554788828 as builder Change-Id: I1f3cf9c578e8a4362949a74e686f9935a36c1e5f Signed-off-by: nickboldt --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 219f0a2e8..ceef0af12 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.11.5-3.1553822355 as builder +FROM registry.access.redhat.com/devtools/go-toolset-rhel7:1.11.5-3.1554788828 as builder ENV PATH=/opt/rh/go-toolset-1.11/root/usr/bin:$PATH \ GOPATH=/go/