Skip to content

Commit

Permalink
Merge pull request #137 from openshift/dependabot/docker/build/ubi8/u…
Browse files Browse the repository at this point in the history
…bi-minimal-8.10-896

Bump ubi8/ubi-minimal from 8.9-1161.1715068733 to 8.10-896 in /build
  • Loading branch information
openshift-merge-bot[bot] authored May 28, 2024
2 parents 2c0d732 + 4b4c355 commit 2dab348
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 @@ -17,7 +17,7 @@ COPY . /src

RUN make go-build

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/must-gather-operator \
OPERATOR_BIN=must-gather-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 2dab348

Please sign in to comment.