We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a2ca5ed + 41c747b commit f6b07c5Copy full SHA for f6b07c5
rhel/ubi9/hotspot/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM registry.access.redhat.com/ubi9/ubi:9.4-1181 as jre-build
+FROM registry.access.redhat.com/ubi9/ubi:9.4-1181.1724035907 as jre-build
2
3
ARG JAVA_VERSION=17.0.12_7
4
@@ -35,7 +35,7 @@ RUN case "$(jlink --version 2>&1)" in \
35
--no-header-files \
36
--output /javaruntime
37
38
-FROM registry.access.redhat.com/ubi9/ubi:9.4-1181 AS controller
+FROM registry.access.redhat.com/ubi9/ubi:9.4-1181.1724035907 AS controller
39
40
ENV LANG=C.UTF-8
41
0 commit comments