File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1717# docker run -i --rm -p 8081:8081 -p 5005:5005 -e JAVA_ENABLE_DEBUG="true" quarkus/code-with-quarkus-jvm
1818#
1919###
20- FROM registry.access.redhat.com/ubi8/openjdk-17:1.23-3.1756174627
20+ FROM registry.access.redhat.com/ubi8/openjdk-17:1.23-3.1757607140
2121
2222USER root
2323WORKDIR /build
@@ -39,7 +39,7 @@ RUN if [ ! -d /build/target/quarkus-app ] ; then mkdir -p /build/target/quarkus-
3939 mv /build/target/$(cat .env-id)-$(cat .env-version)*.jar /build/target/quarkus-app/ ; \
4040 fi
4141
42- FROM registry.access.redhat.com/ubi8/openjdk-17-runtime:1.23-3.1756174615
42+ FROM registry.access.redhat.com/ubi8/openjdk-17-runtime:1.23-3.1757607183
4343# Configure the JAVA_OPTS, you can add -XshowSettings:vm to also display the heap size.
4444ENV JAVA_OPTS="-Dquarkus.http.host=0.0.0.0 -Dquarkus.http.port=8081 -Djava.util.logging.manager=org.jboss.logmanager.LogManager"
4545# We make four distinct layers so if there are application changes the library layers can be re-used
You can’t perform that action at this time.
0 commit comments