appropriate / docker-jetty

Formerly the location of the Docker official image for Jetty
https://registry.hub.docker.com/_/jetty/
46 stars 46 forks source link

upgrade to jetty-9.4.18 #105

Closed gregw closed 5 years ago

gregw commented 5 years ago

This version fixes several CVEs

Signed-off-by: Greg Wilkins gregw@webtide.com

md5 commented 5 years ago

It looks like only one of the 9.4 variants is updated in this PR. Is there any reason for the jre8 variant for Alpine and the jre11 variant for Debian to not also be updated?

gregw commented 5 years ago

... there is a reason... I'm an idiot! stand by...

md5 commented 5 years ago

Still missing Alpine. Assuming make update still works, I'd probably just run that and see what it updates.

gregw commented 5 years ago

Alpine was done for jre8 (doesn't exit for jre11). I did an update anyway as there are now 9.2 and 9.3 updates.

md5 commented 5 years ago

Opened https://github.com/docker-library/official-images/pull/5846