diff --git a/rhel/ubi9/hotspot/Dockerfile b/rhel/ubi9/hotspot/Dockerfile index 0ff169e117..c66222c637 100644 --- a/rhel/ubi9/hotspot/Dockerfile +++ b/rhel/ubi9/hotspot/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/ubi:9.6-1753978585 AS jre-build +FROM registry.access.redhat.com/ubi9/ubi:9.6-1754586119 AS jre-build ARG JAVA_VERSION=17.0.16_8 @@ -33,7 +33,7 @@ RUN case "$(jlink --version 2>&1)" in \ --no-header-files \ --output /javaruntime -FROM registry.access.redhat.com/ubi9/ubi:9.6-1753978585 AS controller +FROM registry.access.redhat.com/ubi9/ubi:9.6-1754586119 AS controller ENV LANG=C.UTF-8