From 3cde7984f9631d1efa06bf69ad98df334ce710cb 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:15 +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 b72de6a2f2..a831a5101e 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/.