diff --git a/Dockerfile.rhel7 b/Dockerfile.rhel7 index 8828dd804..411e99753 100644 --- a/Dockerfile.rhel7 +++ b/Dockerfile.rhel7 @@ -1,7 +1,7 @@ -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-1.15-openshift-4.7 AS builder WORKDIR /go/src/github.com/openshift/must-gather COPY . . ENV GO_PACKAGE github.com/openshift/must-gather -FROM registry.svc.ci.openshift.org/ocp/4.6:cli +FROM registry.svc.ci.openshift.org/ocp/4.7:cli COPY --from=builder /go/src/github.com/openshift/must-gather/collection-scripts/* /usr/bin/