Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Containerfile.external-secrets-operator.bundle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down