From 7d95fccdc55f142d0d159e0874b9d74d6f922769 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 21:26:05 +0000 Subject: [PATCH] chore(deps): update registry.redhat.io/rhel9-2-els/rhel-minimal docker tag to v9.2-1775570178 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6437a0dc6f..9f473c7f2b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ WORKDIR /go/src/github.com/openshift/descheduler COPY . . RUN make build --warn-undefined-variables -FROM registry.redhat.io/rhel9-2-els/rhel-minimal:9.2 +FROM registry.redhat.io/rhel9-2-els/rhel-minimal:9.2-1775570178 COPY --from=builder /go/src/github.com/openshift/descheduler/descheduler /usr/bin/ RUN mkdir /licenses COPY --from=builder /go/src/github.com/openshift/descheduler/LICENSE /licenses/.