Skip to content

Commit

Permalink
Bump ubi8/ubi-minimal from 8.9-1161.1715068733 to 8.10-896 in /build (#…
Browse files Browse the repository at this point in the history
…325)

Bumps ubi8/ubi-minimal from 8.9-1161.1715068733 to 8.10-896.

---
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>
  • Loading branch information
dependabot[bot] authored Jun 3, 2024
1 parent fc628cd commit 108fae9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ COPY . /workdir
WORKDIR /workdir
RUN make

FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9-1161.1715068733
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-896

ENV OPERATOR=/usr/local/bin/deployment-validation-operator \
USER_UID=1001 \
Expand Down
2 changes: 1 addition & 1 deletion build/Dockerfile.olm-registry
Original file line number Diff line number Diff line change
Expand Up @@ -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/ubi8/ubi-minimal:8.9-1161.1715068733
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-896

COPY --from=builder /bin/registry-server /bin/registry-server
COPY --from=builder /bin/grpc_health_probe /bin/grpc_health_probe
Expand Down

0 comments on commit 108fae9

Please sign in to comment.