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