diff --git a/Dockerfile.ocp b/Dockerfile.ocp index 02603a60f37d4..353903fff510e 100644 --- a/Dockerfile.ocp +++ b/Dockerfile.ocp @@ -1,5 +1,5 @@ # Golang build container -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 $GOPATH/src/github.com/grafana/grafana ENV GOFLAGS="-mod=vendor"