Skip to content

Commit

Permalink
chore(deps): update registry.redhat.io/ubi9/openjdk-21-runtime docker…
Browse files Browse the repository at this point in the history
… tag to v1.21

Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
  • Loading branch information
red-hat-konflux[bot] authored Nov 25, 2024
1 parent b36cd87 commit 1dce49b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/docker/Dockerfile.jvm.staged
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ RUN if [ ! -d /build/target/quarkus-app ] ; then mkdir -p /build/target/quarkus-
mv /build/target/$(cat .env-id)-$(cat .env-version)*.jar /build/target/quarkus-app/ ; \
fi

FROM registry.redhat.io/ubi9/openjdk-21-runtime:1.20
FROM registry.redhat.io/ubi9/openjdk-21-runtime:1.21
# Configure the JAVA_OPTS, you can add -XshowSettings:vm to also display the heap size.
ENV JAVA_OPTS="-Dquarkus.http.host=0.0.0.0 -Djava.util.logging.manager=org.jboss.logmanager.LogManager"
# We make four distinct layers so if there are application changes the library layers can be re-used
Expand Down

0 comments on commit 1dce49b

Please sign in to comment.