From 521d60cff9328e5c7f154ab3e73f48c6dcc981ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 10:49:15 +0000 Subject: [PATCH] chore(deps): bump ubi9/ubi-minimal in /build Bumps ubi9/ubi-minimal from 9.8-1779809423 to 1780379098. --- updated-dependencies: - dependency-name: ubi9/ubi-minimal dependency-version: '1780379098' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- build/Dockerfile | 2 +- build/Dockerfile.olm-registry | 2 +- build/Dockerfile.webhook | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/Dockerfile b/build/Dockerfile index 746fd520..74d6aa7d 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -11,7 +11,7 @@ RUN make go-build RUN GOOS=linux CGO_ENABLED=1 GOARCH=amd64 GOFLAGS="" go build -o build/_output/bin/addon-operator-webhook ./cmd/addon-operator-webhook ### -FROM registry.access.redhat.com/ubi9/ubi-minimal:9.8-1779809423 +FROM registry.access.redhat.com/ubi9/ubi-minimal:1780379098 ENV USER_UID=1001 \ USER_NAME=addon-operator diff --git a/build/Dockerfile.olm-registry b/build/Dockerfile.olm-registry index 7b5899ea..47661b84 100644 --- a/build/Dockerfile.olm-registry +++ b/build/Dockerfile.olm-registry @@ -4,7 +4,7 @@ COPY ${SAAS_OPERATOR_DIR} manifests RUN initializer --permissive # ubi-micro does not work for clusters with fips enabled unless we make OpenSSL available -FROM registry.access.redhat.com/ubi9/ubi-minimal:9.8-1779809423 +FROM registry.access.redhat.com/ubi9/ubi-minimal:1780379098 COPY --from=builder /bin/registry-server /bin/registry-server COPY --from=builder /bin/grpc_health_probe /bin/grpc_health_probe diff --git a/build/Dockerfile.webhook b/build/Dockerfile.webhook index a24064eb..17c37bfc 100644 --- a/build/Dockerfile.webhook +++ b/build/Dockerfile.webhook @@ -12,7 +12,7 @@ COPY . . RUN GOOS=linux CGO_ENABLED=1 GOARCH=amd64 GOFLAGS="" go build -o build/_output/bin/addon-operator-webhook ./cmd/addon-operator-webhook ### -FROM registry.access.redhat.com/ubi9/ubi-minimal:9.8-1779809423 +FROM registry.access.redhat.com/ubi9/ubi-minimal:1780379098 ENV USER_UID=1001 \ USER_NAME=addon-operator