fjudith / docker-draw.io

Dockerized draw.io based on tomcat:9-jre11 & tomcat:9-jre8-alpine official image.
Apache License 2.0
408 stars 480 forks source link

Change the tomcat and java version, use slim image #21

Closed janLo closed 6 years ago

janLo commented 6 years ago

This changes the base image to tomcat9-jre10-slim. Besides a bump in the tomcat- and jre-version the resulting image is a lot smaller due to the -slim version. As of now its 483MB instead of 787MB.

fjudith commented 6 years ago

Thank you very much, merging...