diff --git a/images/Dockerfile.rhel7 b/images/Dockerfile.rhel7 index 5b99bfe9c..d236a89f4 100644 --- a/images/Dockerfile.rhel7 +++ b/images/Dockerfile.rhel7 @@ -1,4 +1,4 @@ -FROM registry.svc.ci.openshift.org/ocp/builder:golang-1.14 AS builder +FROM registry.svc.ci.openshift.org/ocp/builder:rhel-8-golang-openshift-4.6 AS builder WORKDIR /go/src/github.com/openshift/oauth-apiserver COPY . . RUN make build --warn-undefined-variables