Skip to content

Commit

Permalink
GUACAMOLE-450: Use latest version of Tomcat 8.5.x by default for Dock…
Browse files Browse the repository at this point in the history
…er image.
  • Loading branch information
mike-jumper committed Apr 2, 2018
1 parent 4f27a03 commit 834a84a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -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
Expand Down

0 comments on commit 834a84a

Please sign in to comment.