JiriOndrusek commented on code in PR #563:
URL: 
https://github.com/apache/camel-quarkus-examples/pull/563#discussion_r3893250636


##########
aws-lambda/src/main/docker/Dockerfile.jvm:
##########
@@ -96,7 +96,7 @@
 # You can find more information about the UBI base runtime images and their 
configuration here:
 # https://rh-openjdk.github.io/redhat-openjdk-containers/
 ###
-FROM registry.access.redhat.com/ubi9/openjdk-25-runtime:1.24
+FROM registry.access.redhat.com/ubi9/openjdk-21-runtime:1.24

Review Comment:
   I think that the value  is correct. If you create a quarkus project from 
3.39.1 via `mvnw io.quarkus.platform:quarkus-maven-plugin:3.39.1:create 
-DprojectGroupId=org.acme -DprojectArtifactId=temp-quarkus-project 
-DnoCode=true`
   the dockerfile.jvm uses j21. 
   (i run the same with quarkus 3.38.0, but it shows j21 as well)
   So perhaps the commit bumped it to j25 wrongly, WDYT @jamesnetherton 
(https://github.com/apache/camel-quarkus-examples/commit/718e498df4e61681ec89708904f4214cec62cce8)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to