diff --git a/images/sdn/Dockerfile.rhel b/images/sdn/Dockerfile.rhel index 003b6e77d..8d3c531c5 100644 --- a/images/sdn/Dockerfile.rhel +++ b/images/sdn/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/sdn COPY . . RUN make build --warn-undefined-variables