diff --git a/images/router/base/Dockerfile.rhel b/images/router/base/Dockerfile.rhel index 692305ab4..1ab927573 100644 --- a/images/router/base/Dockerfile.rhel +++ b/images/router/base/Dockerfile.rhel @@ -1,4 +1,4 @@ -FROM registry.svc.ci.openshift.org/ocp/builder:rhel-8-golang-openshift-4.6 AS builder +FROM registry.svc.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.6 AS builder WORKDIR /go/src/github.com/openshift/router COPY . . RUN make