Skip to content

Commit df66fa3

Browse files
Bump ubi8/ubi-minimal from 8.9-1029 to 8.9-1108 in /build
Bumps ubi8/ubi-minimal from 8.9-1029 to 8.9-1108. --- updated-dependencies: - dependency-name: ubi8/ubi-minimal dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 339b161 commit df66fa3

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)