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