From 02233a3e923ed41eb3ed52eb2292eb76634a6c2e Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 22:30:55 +0000 Subject: [PATCH] chore(deps): update quay.io/openshift/origin-cli docker tag to v5 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- Dockerfile.must-gather | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.must-gather b/Dockerfile.must-gather index 7c0373e4b5..aefe4ab88b 100644 --- a/Dockerfile.must-gather +++ b/Dockerfile.must-gather @@ -5,7 +5,7 @@ COPY . . RUN make bin/pfpsyncchk -FROM quay.io/openshift/origin-cli:4.22 +FROM quay.io/openshift/origin-cli:5.1 COPY --from=builder /go/src/github.com/openshift-kni/numaresources-operator/bin/pfpsyncchk /usr/bin/pfpsyncchk