From f4d6293b26d4e32bdf64da865559bd75b4fef7a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 12:37:17 +0000 Subject: [PATCH] chore(deps): bump ubi8/ubi-minimal in /build Bumps ubi8/ubi-minimal from 8.10-1752564239 to 8.10-1761032271. --- updated-dependencies: - dependency-name: ubi8/ubi-minimal dependency-version: 8.10-1761032271 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 476a3379..4517edf0 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -10,7 +10,7 @@ COPY . . RUN make go-build ### -FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1752564239 +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1761032271 ENV USER_UID=1001 \ USER_NAME=addon-operator diff --git a/build/Dockerfile.olm-registry b/build/Dockerfile.olm-registry index b4bea989..80abab77 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/ubi8/ubi-minimal:8.10-1752564239 +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1761032271 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 2ccde8b6..b6676571 100644 --- a/build/Dockerfile.webhook +++ b/build/Dockerfile.webhook @@ -10,7 +10,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/ubi8/ubi-minimal:8.10-1752564239 +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1761032271 ENV USER_UID=1001 \ USER_NAME=addon-operator