From 72d1dbe69d1c5ce11ee8884699b5ddf1dc9e9d26 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 01:05:26 +0000 Subject: [PATCH] NO-JIRA: Update registry.redhat.io/rhel9-4-els/rhel-minimal Docker tag to v9.4-1775592307 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- Containerfile.external-secrets-operator.bundle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile.external-secrets-operator.bundle b/Containerfile.external-secrets-operator.bundle index cdb9776..21754a0 100644 --- a/Containerfile.external-secrets-operator.bundle +++ b/Containerfile.external-secrets-operator.bundle @@ -16,7 +16,7 @@ COPY tools.go go.mod go.sum / RUN go build -o /usr/bin/yq github.com/mikefarah/yq/v4 && chmod +x /usr/bin/yq RUN ./render_templates.sh /manifests /metadata /images_digest.conf -FROM registry.redhat.io/rhel9-4-els/rhel-minimal:9.4-1773894668 +FROM registry.redhat.io/rhel9-4-els/rhel-minimal:9.4-1775592307 ARG RELEASE_VERSION ARG COMMIT_SHA