diff --git a/v4.15/catalog.Dockerfile b/v4.15/catalog.Dockerfile index b3bb1f1..8041e5a 100644 --- a/v4.15/catalog.Dockerfile +++ b/v4.15/catalog.Dockerfile @@ -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.15 +FROM registry.redhat.io/openshift4/ose-operator-registry-rhel9:v4.18 # Configure the entrypoint and command ENTRYPOINT ["/bin/opm"] diff --git a/v4.16/catalog.Dockerfile b/v4.16/catalog.Dockerfile index 233f61e..8041e5a 100644 --- a/v4.16/catalog.Dockerfile +++ b/v4.16/catalog.Dockerfile @@ -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.18 # Configure the entrypoint and command ENTRYPOINT ["/bin/opm"] diff --git a/v4.17/catalog.Dockerfile b/v4.17/catalog.Dockerfile index 241b722..8041e5a 100644 --- a/v4.17/catalog.Dockerfile +++ b/v4.17/catalog.Dockerfile @@ -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.17 +FROM registry.redhat.io/openshift4/ose-operator-registry-rhel9:v4.18 # Configure the entrypoint and command ENTRYPOINT ["/bin/opm"]