Update registry.access.redhat.com/ubi9/openjdk-21-runtime Docker tag to v1.24-2.1782293370
Changes
2 files changed, +2 -2
MODIFY
src/main/docker/Dockerfile.jvm
+1 -1
@@ -80,7 +80,7 @@
80
80
# You can find more information about the UBI base runtime images and their configuration here:
81
81
# https://rh-openjdk.github.io/redhat-openjdk-containers/
82
82
###
83
-FROM registry.access.redhat.com/ubi9/openjdk-21-runtime:1.24
83
+FROM registry.access.redhat.com/ubi9/openjdk-21-runtime:1.24-2.1782293370
84
84
85
85
ENV LANGUAGE='en_US:en'
86
86
MODIFY
src/main/docker/Dockerfile.legacy-jar
+1 -1
@@ -80,7 +80,7 @@
80
80
# You can find more information about the UBI base runtime images and their configuration here:
81
81
# https://rh-openjdk.github.io/redhat-openjdk-containers/
82
82
###
83
-FROM registry.access.redhat.com/ubi9/openjdk-21-runtime:1.24
83
+FROM registry.access.redhat.com/ubi9/openjdk-21-runtime:1.24-2.1782293370
84
84
85
85
ENV LANGUAGE='en_US:en'
86
86