diff --git a/Dockerfile b/Dockerfile index 3a1c490390..f0ba5fd94a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ # are built in this Dockerfile and included in the image (instead of the rpm) # -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/ovn-kubernetes COPY . .