diff --git a/openshift-ci/build-root/Dockerfile b/openshift-ci/build-root/Dockerfile index bdb291dae1a..346f4d508d3 100644 --- a/openshift-ci/build-root/Dockerfile +++ b/openshift-ci/build-root/Dockerfile @@ -1,6 +1,6 @@ # Dockerfile to bootstrap build and test in openshift-ci -FROM registry.svc.ci.openshift.org/openshift/release:golang-1.13 +FROM registry.ci.openshift.org/openshift/release:golang-1.13 RUN yum -y install make wget gcc git httpd-tools