Skip to content

Commit 4eefb76

Browse files
Merge pull request #405 from openshift/dependabot/docker/build/ubi8/ubi-minimal-8.9-1108
Bump ubi8/ubi-minimal from 8.9-1029 to 8.9-1108 in /build
2 parents 339b161 + df66fa3 commit 4eefb76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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/ubi8/ubi-minimal:8.9-1029
11+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9-1108
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/ubi8/ubi-minimal:8.9-1029
7+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9-1108
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)