diff --git a/Dockerfile.rhel7 b/Dockerfile.rhel7 index b59bd2a9..a497a393 100644 --- a/Dockerfile.rhel7 +++ b/Dockerfile.rhel7 @@ -1,4 +1,4 @@ -FROM registry.svc.ci.openshift.org/ocp/builder:golang-1.13 AS builder +FROM registry.svc.ci.openshift.org/ocp/builder:rhel-8-golang-openshift-4.6 AS builder COPY . /usr/src/ib-sriov-cni @@ -6,7 +6,7 @@ WORKDIR /usr/src/ib-sriov-cni RUN make clean && \ make build -FROM registry.svc.ci.openshift.org/ocp/4.0:base +FROM registry.svc.ci.openshift.org/ocp/4.6:base COPY --from=builder /usr/src/ib-sriov-cni/build/ib-sriov /usr/bin/ WORKDIR /