Skip to content

Commit

Permalink
Merge pull request #51 from docker/tomcat8.0.45
Browse files Browse the repository at this point in the history
bump tomcat to 8.0.45
  • Loading branch information
chubing authored Jul 27, 2017
2 parents 3955160 + 80aae2d commit e98084c
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.43
ENV TOMCAT_VERSION 8.0.45
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 e98084c

Please sign in to comment.