We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b36cd87 commit eebc04dCopy full SHA for eebc04d
src/main/docker/Dockerfile.jvm
@@ -75,7 +75,7 @@
75
# accessed directly. (example: "foo.example.com,bar.example.com")
76
#
77
###
78
-FROM registry.redhat.io/ubi9/openjdk-21:1.20
+FROM registry.redhat.io/ubi9/openjdk-21:1.21
79
80
ENV LANGUAGE='en_US:en'
81
src/main/docker/Dockerfile.jvm.staged
@@ -17,7 +17,7 @@
17
# docker run -i --rm -p 8080:8080 -p 9000:9000 -p 5005:5005 -e JAVA_ENABLE_DEBUG="true" quarkus/code-with-quarkus-jvm
18
19
20
21
22
USER root
23
WORKDIR /build
0 commit comments