wmedvede commented on code in PR #344: URL: https://github.com/apache/incubator-kie-kogito-serverless-operator/pull/344#discussion_r1446134932
########## container-builder/examples/dockerfiles/SonataFlow.dockerfile: ########## @@ -30,7 +30,7 @@ RUN /home/kogito/launch/build-app.sh ./resources #============================= # Runtime Run #============================= -FROM registry.access.redhat.com/ubi8/openjdk-11-runtime:latest +FROM registry.access.redhat.com/ubi8/openjdk-17:latest Review Comment: This just an example of a potential dockerfile, so I basically unified the configurations. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
