From d02dd5abbff94bb1d20bc7273829dd63b893136c Mon Sep 17 00:00:00 2001 From: nickboldt Date: Thu, 18 Jul 2019 10:31:45 -0400 Subject: [PATCH] [base] update from go-toolset-rhel7:1.11.5-18 to CVE fixed version go-toolset-rhel7:1.11.5-18.1561731145 Change-Id: If00f415f947e7ea24df15133396f53dc27a8c04b Signed-off-by: nickboldt --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 92aead70d..5e08d85f8 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-18 as builder +FROM registry.access.redhat.com/devtools/go-toolset-rhel7:1.11.5-18.1561731145 as builder ENV PATH=/opt/rh/go-toolset-1.11/root/usr/bin:$PATH \ GOPATH=/go/