Skip to content

Commit

Permalink
Merge pull request #45 from docker/bumptomcatver
Browse files Browse the repository at this point in the history
update tomcat to latest
  • Loading branch information
pcaskey authored Apr 20, 2017
2 parents 3402ed4 + 3ec3016 commit 551c284
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 @@ -77,7 +77,7 @@ RUN mkdir -p "$CATALINA_HOME"
# done

ENV TOMCAT_MAJOR 8
ENV TOMCAT_VERSION 8.0.42
ENV TOMCAT_VERSION 8.0.43
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 551c284

Please sign in to comment.