diff --git a/11/rhel/ubi8/hotspot/Dockerfile b/11/rhel/ubi8/hotspot/Dockerfile index 0f14cd60b1..f043003808 100644 --- a/11/rhel/ubi8/hotspot/Dockerfile +++ b/11/rhel/ubi8/hotspot/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi8/ubi:8.9-1028 as jre-build +FROM registry.access.redhat.com/ubi8/ubi:8.9-1107.1706791207 as jre-build ARG JAVA_VERSION=11.0.21_9 SHELL ["/bin/bash", "-o", "pipefail", "-c"] @@ -18,7 +18,7 @@ RUN set -x \ && jlink --add-modules ALL-MODULE-PATH --no-man-pages --compress=2 --output /javaruntime \ && dnf clean all -FROM registry.access.redhat.com/ubi8/ubi:8.9-1028 +FROM registry.access.redhat.com/ubi8/ubi:8.9-1107.1706791207 ENV LANG C.UTF-8