diff --git a/Dockerfile.autotune b/Dockerfile.autotune index 032882440..cabb9c367 100644 --- a/Dockerfile.autotune +++ b/Dockerfile.autotune @@ -16,7 +16,7 @@ ########################################################## # Build Docker Image ########################################################## -FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4 as mvnbuild-jdk21 +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5 as mvnbuild-jdk21 ARG USER=autotune ARG AUTOTUNE_HOME=/home/$USER @@ -48,7 +48,7 @@ RUN jlink --strip-debug --compress 2 --no-header-files --no-man-pages --module-p # Runtime Docker Image ########################################################## # Use ubi-minimal as the base image -FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4 +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5 ARG AUTOTUNE_VERSION ARG USER=autotune