Hi… Are there any plans to update the version of ...
# box-products
d
Hi… Are there any plans to update the version of java 11 used within the ortussolutions/commandbox image? Within the 3.4.4 tag, java version is set:
ENV JAVA_VERSION=jdk-11.0.11+9
Latest version of java 11 is
jdk-11.0.14.1+1
When we test our builds using HackMyCF, we are getting Important Warning regarding Java 11 Security Update Available. We can of course manually override the version of Java used within our dockerfiles - but before I do, can I ask if there is a good reason for not creating a new tag with the latest version of Java 11?
b
@jclausen
j
I can test and build an updated Java version today.
d
Hi @jclausen I just wondered if you could advise if / when this will be available on dockerhub… Looking at https://hub.docker.com/r/ortussolutions/commandbox/tags - 3.4.4 with
ENV JAVA_VERSION=jdk-11.0.11+9
is still the latest tag… Thanks.