Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed tomcat version reference
chubing committed Oct 15, 2017
1 parent 2c17c2f commit 5a46daa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-compose/ui/Dockerfile
@@ -4,7 +4,7 @@ MAINTAINER tier-packaging@internet2.edu <tier-packaging@internet2.edu>

##tomcat
ENV TOMCAT_MAJOR=8
ENV TOMCAT_VERSION="8.5.20"
ENV TOMCAT_VERSION="8.5.23"

COPY classes/ /opt/apache-tomcat-$TOMCAT_VERSION/webapps/grouper/WEB-INF/classes
COPY tomcat/ /opt/apache-tomcat-$TOMCAT_VERSION/conf/

0 comments on commit 5a46daa

Please sign in to comment.