From 4c0172b59f7446f626852e027c1c58ee593f18f4 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:05:06 +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 0b8833d149..7e1494bd32 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.21 +FROM quay.io/openshift/origin-cli:5.1 COPY --from=builder /go/src/github.com/openshift-kni/numaresources-operator/bin/pfpsyncchk /usr/bin/pfpsyncchk