Skip to content

Commit fca8912

Browse files
Bump ubi8/ubi-minimal from 8.10-896.1717584414 to 8.10-1018 in /build (#343)
Bumps ubi8/ubi-minimal from 8.10-896.1717584414 to 8.10-1018. --- updated-dependencies: - dependency-name: ubi8/ubi-minimal dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0ab21ab commit fca8912

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: build/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ COPY . /workdir
55
WORKDIR /workdir
66
RUN make
77

8-
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-896.1717584414
8+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1018
99

1010
ENV OPERATOR=/usr/local/bin/deployment-validation-operator \
1111
USER_UID=1001 \

Diff for: build/Dockerfile.olm-registry

+1-1
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.10-896.1717584414
7+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1018
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)