For TLSv1.3 support we need min Java 8u261-b12 version as discussed here.
How can we update Open JDK version to 8u lastest in an older Docker Image such as jboss/wildfly:10.1.0.Final?
Is there a best practice for that? My DockerFile starts like that:
FROM jboss/wildfly:10.1.0.Final