diff --git a/Dockerfile.redhat b/Dockerfile.redhat index f1eddae841..83d712a636 100644 --- a/Dockerfile.redhat +++ b/Dockerfile.redhat @@ -14,13 +14,13 @@ # limitations under the License. # -ARG BASE_IMAGE=registry.access.redhat.com/ubi8/ubi:8.10 +ARG BASE_IMAGE=registry.access.redhat.com/ubi9/ubi:9.4-1214 ARG BUILD_IMAGE=build ARG PKG_IMAGE=pkg -ARG RELEASE_BASE_IMAGE=registry.access.redhat.com/ubi8/ubi:8.10 +ARG RELEASE_BASE_IMAGE=registry.access.redhat.com/ubi9/ubi:9.4-1214 FROM $BASE_IMAGE as base_build -ARG BASE_IMAGE=registry.access.redhat.com/ubi8/ubi:8.10 +ARG BASE_IMAGE=registry.access.redhat.com/ubi9/ubi:9.4-1214 LABEL version="1.0.0"