diff --git a/build/Dockerfile b/build/Dockerfile index 7197b3a4..a07892b3 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -10,7 +10,7 @@ COPY . . RUN make go-build ### -FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1773895075 +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1773939694 ENV USER_UID=1001 \ USER_NAME=addon-operator diff --git a/build/Dockerfile.olm-registry b/build/Dockerfile.olm-registry index 300b0c65..d2a64372 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.7-1773895075 +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1773939694 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 2f48d770..35832f8e 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/ubi9/ubi-minimal:9.7-1773895075 +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1773939694 ENV USER_UID=1001 \ USER_NAME=addon-operator