diff --git a/openshift-ci/build-root/Dockerfile b/openshift-ci/build-root/Dockerfile index eddca68..9ab069e 100644 --- a/openshift-ci/build-root/Dockerfile +++ b/openshift-ci/build-root/Dockerfile @@ -1,5 +1,5 @@ # Dockerfile to bootstrap build and test in openshift-ci -FROM registry.svc.ci.openshift.org/openshift/release:golang-1.13 +FROM registry.svc.ci.openshift.org/openshift/release:golang-1.15 RUN yum -y install dnf httpd-tools \ No newline at end of file