GUACAMOLE-450: Use latest version of Tomcat 8.5.x by default for Docker image.

This commit is contained in:
Michael Jumper
2018-02-08 12:15:13 -08:00
parent 4f27a03adf
commit 834a84a0b8

View File

@@ -24,7 +24,7 @@
# Use args for Tomcat image label to allow image builder to choose alternatives
# such as `--build-arg TOMCAT_JRE=jre8-alpine`
#
ARG TOMCAT_VERSION=8.0.20
ARG TOMCAT_VERSION=8.5
ARG TOMCAT_JRE=jre8
# Use official maven image for the build