Skip to content

Commit

Permalink
use newer base image in operator go-toolset-rhel7:1.11.13-11
Browse files Browse the repository at this point in the history
Change-Id: I567247dc709a6dd7dd929df29758231ccfb0f8fb
Signed-off-by: nickboldt <nboldt@redhat.com>
  • Loading branch information
nickboldt committed Oct 7, 2019
1 parent 2bea267 commit 9d63054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Expand Down

0 comments on commit 9d63054

Please sign in to comment.