From 1dce49b67fcd95daa27344dc5978082f4e3d7eeb Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 08:07:17 +0000 Subject: [PATCH] chore(deps): update registry.redhat.io/ubi9/openjdk-21-runtime docker tag to v1.21 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- src/main/docker/Dockerfile.jvm.staged | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/docker/Dockerfile.jvm.staged b/src/main/docker/Dockerfile.jvm.staged index 0ca61bd8..23318b62 100644 --- a/src/main/docker/Dockerfile.jvm.staged +++ b/src/main/docker/Dockerfile.jvm.staged @@ -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