diff --git a/Dockerfile.autotune b/Dockerfile.autotune index dacc1af98..6150b8b2b 100644 --- a/Dockerfile.autotune +++ b/Dockerfile.autotune @@ -16,7 +16,7 @@ ########################################################## # Build Docker Image ########################################################## -FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9 as mvnbuild-jdk17 +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10 as mvnbuild-jdk17 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/ubi8/ubi-minimal:8.9 +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10 ARG AUTOTUNE_VERSION ARG USER=autotune