diff --git a/Dockerfile.catalog b/Dockerfile.catalog index 233f61e7a..241b7221e 100644 --- a/Dockerfile.catalog +++ b/Dockerfile.catalog @@ -1,6 +1,6 @@ # The base image is expected to contain # /bin/opm (with a serve subcommand) and /bin/grpc_health_probe -FROM registry.redhat.io/openshift4/ose-operator-registry-rhel9:v4.16 +FROM registry.redhat.io/openshift4/ose-operator-registry-rhel9:v4.17 # Configure the entrypoint and command ENTRYPOINT ["/bin/opm"]