From 746e11739c0970b96d9fcfe85e4a53b841963f0c Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 05:28:11 +0000 Subject: [PATCH] chore(deps): update registry.redhat.io/rhel9-4-els/rhel-minimal docker tag to v9.4-1775695983 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 7ae1ee67e6..a639ed9088 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-4-els/rhel-minimal:9.4 +FROM registry.redhat.io/rhel9-4-els/rhel-minimal:9.4-1775695983 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/.