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 835798a commit 4f7f03aCopy full SHA for 4f7f03a
src/main/docker/Dockerfile.jvm.staged
@@ -50,7 +50,7 @@ RUN if [ ! -d /build/target/quarkus-app ] ; then mkdir -p /build/target/quarkus-
50
mv /build/target/$(cat .env-id)-$(cat .env-version)*.jar /build/target/quarkus-app/ ; \
51
fi
52
53
-FROM registry.redhat.io/ubi9/openjdk-21-runtime:1.21
+FROM registry.redhat.io/ubi9/openjdk-21-runtime:1.22
54
# Configure the JAVA_OPTS, you can add -XshowSettings:vm to also display the heap size.
55
ENV JAVA_OPTS="-Dquarkus.http.host=0.0.0.0 -Djava.util.logging.manager=org.jboss.logmanager.LogManager"
56
# We make four distinct layers so if there are application changes the library layers can be re-used
0 commit comments