We are getting security vulnerabilities since our JVB in our Jitsi application is still using JDK of 11.0.15. We are rebuilding the containers with latest version of jitsi but still its showing 11.0.15 in jvb.
Please help us how can we have latest JDK (11.0.16) that comes from Jitsi latest release.
Hi @saghul Thanks for the update. That dint work for me. I have rebuilt jitsi on docker again from stable release latest version.
I have one more doubt. Whenever there is a new release in stable… how to update the jitsi with that latest stable release. Do i need to change the version here image: jitsi/web:${JITSI_IMAGE_VERSION:-stable-8044-1} and do “docker-compose up -d”? Or is there any other way without rebuilding the entire setup.
I have just recreated the containers with latest stable version but its still showing java 11.0.16 in JVB. We have got a security vulnerability for this java version to be upgraded to > 11.0.16 version.
When the latest java (11.0.17) will be released for JVB?