Skip to content

Commit

Permalink
chg tomcat version (8.0.39 has been removed from download site - chan…
Browse files Browse the repository at this point in the history
…ged to 41)
  • Loading branch information
pcaskey committed Feb 11, 2017
1 parent 59f382c commit 8a26bd4
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 @@ -74,7 +74,7 @@ RUN mkdir -p "$CATALINA_HOME"
# done

ENV TOMCAT_MAJOR 8
ENV TOMCAT_VERSION 8.0.39
ENV TOMCAT_VERSION 8.0.41
ENV TOMCAT_TGZ_URL https://www.apache.org/dist/tomcat/tomcat-$TOMCAT_MAJOR/v$TOMCAT_VERSION/bin/apache-tomcat-$TOMCAT_VERSION.tar.gz

WORKDIR $CATALINA_HOME
Expand Down

0 comments on commit 8a26bd4

Please sign in to comment.