From 9d630545ecb0c640d7008d58ce74e0f866a74759 Mon Sep 17 00:00:00 2001 From: nickboldt Date: Mon, 7 Oct 2019 13:15:20 -0400 Subject: [PATCH] use newer base image in operator go-toolset-rhel7:1.11.13-11 Change-Id: I567247dc709a6dd7dd929df29758231ccfb0f8fb Signed-off-by: nickboldt --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b8e3a08d8..57582df70 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.13-10 as builder +FROM registry.access.redhat.com/devtools/go-toolset-rhel7:1.11.13-11 as builder ENV PATH=/opt/rh/go-toolset-1.11/root/usr/bin:$PATH \ GOPATH=/go/