diff --git a/Dockerfile.v4-15 b/Dockerfile.v4-15 index 8a070ec..debbbfc 100644 --- a/Dockerfile.v4-15 +++ b/Dockerfile.v4-15 @@ -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/Dockerfile.v4-16 b/Dockerfile.v4-16 index 2317136..debbbfc 100644 --- a/Dockerfile.v4-16 +++ b/Dockerfile.v4-16 @@ -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/Dockerfile.v4-17 b/Dockerfile.v4-17 index 9498224..2f8489c 100644 --- a/Dockerfile.v4-17 +++ b/Dockerfile.v4-17 @@ -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"]