Skip to content

Commit

Permalink
update Tomcat
Browse files Browse the repository at this point in the history
  • Loading branch information
leiblix committed Jul 11, 2016
1 parent acfab79 commit 5c116ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM openshift/base-centos7
MAINTAINER Martin Rumanek <martin@rumanek.cz>
ENV GRADLE_VERSION=2.12
ENV TOMCAT_MAJOR 8
ENV TOMCAT_VERSION 8.0.33
ENV TOMCAT_VERSION 8.0.36
ENV CATALINA_HOME /usr/local/tomcat
ENV JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF8
ENV TOMCAT_TGZ_URL https://www.apache.org/dist/tomcat/tomcat-$TOMCAT_MAJOR/v$TOMCAT_VERSION/bin/apache-tomcat-$TOMCAT_VERSION.tar.gz
Expand Down

0 comments on commit 5c116ce

Please sign in to comment.