Skip to content

Commit 4f7f03a

Browse files
chore(deps): update registry.redhat.io/ubi9/openjdk-21-runtime docker tag to v1.22 (#402)
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> Co-authored-by: red-hat-konflux[bot] <126015336+red-hat-konflux[bot]@users.noreply.github.com> Co-authored-by: Ruben Romero Montes <[email protected]>
1 parent 835798a commit 4f7f03a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/docker/Dockerfile.jvm.staged

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ RUN if [ ! -d /build/target/quarkus-app ] ; then mkdir -p /build/target/quarkus-
5050
mv /build/target/$(cat .env-id)-$(cat .env-version)*.jar /build/target/quarkus-app/ ; \
5151
fi
5252

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

0 commit comments

Comments
 (0)