We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 568d048 commit d6391f7Copy full SHA for d6391f7
Dockerfile
@@ -39,7 +39,7 @@ RUN if [ ! -d /build/target/quarkus-app ] ; then mkdir -p /build/target/quarkus-
39
mv /build/target/$(cat .env-id)-$(cat .env-version)*.jar /build/target/quarkus-app/ ; \
40
fi
41
42
-FROM registry.access.redhat.com/ubi8/openjdk-17-runtime:1.15-1.1682053056
+FROM registry.access.redhat.com/ubi8/openjdk-17-runtime:1.21-1.1738031697
43
# Configure the JAVA_OPTS, you can add -XshowSettings:vm to also display the heap size.
44
ENV JAVA_OPTS="-Dquarkus.http.host=0.0.0.0 -Dquarkus.http.port=8081 -Djava.util.logging.manager=org.jboss.logmanager.LogManager"
45
# We make four distinct layers so if there are application changes the library layers can be re-used
0 commit comments