From 834a84a0b8363cdd6d4f9ee8d89353fff78acf76 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Thu, 8 Feb 2018 12:15:13 -0800 Subject: [PATCH] GUACAMOLE-450: Use latest version of Tomcat 8.5.x by default for Docker image. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ebc3cb0c3..7eefcc809 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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