GUACAMOLE-450: Merge use latest Tomcat 8.5.x in Docker image

This commit is contained in:
Nick Couchman
2018-04-02 09:47:57 -04:00

View File

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