Skip to content

Commit 7ac5511

Browse files
authored
Merge branch 'master' into mockgen_deprecation
2 parents 5e6e2cb + b43d6ec commit 7ac5511

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ COPY . .
88
RUN make go-build
99

1010
####
11-
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1764794109
11+
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1768783948
1212

1313
ENV USER_UID=1001 \
1414
USER_NAME=managed-upgrade-operator

build/Dockerfile.olm-registry

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ COPY ${SAAS_OPERATOR_DIR} manifests
44
RUN initializer --permissive
55

66
# ubi-micro does not work for clusters with fips enabled unless we make OpenSSL available
7-
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1764794109
7+
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1768783948
88

99
COPY --from=builder /bin/registry-server /bin/registry-server
1010
COPY --from=builder /bin/grpc_health_probe /bin/grpc_health_probe

0 commit comments

Comments
 (0)