Skip to content

Commit

Permalink
update tomcat version
Browse files Browse the repository at this point in the history
  • Loading branch information
ukclivecox committed Mar 26, 2017
1 parent 0240bc0 commit 6de67e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/seldon-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN mkdir -p "$CATALINA_HOME"
WORKDIR $CATALINA_HOME

ENV TOMCAT_MAJOR 7
ENV TOMCAT_VERSION 7.0.73
ENV TOMCAT_VERSION 7.0.76
ENV TOMCAT_TGZ_URL https://www.apache.org/dist/tomcat/tomcat-$TOMCAT_MAJOR/v$TOMCAT_VERSION/bin/apache-tomcat-$TOMCAT_VERSION.tar.gz

RUN set -x \
Expand Down

0 comments on commit 6de67e9

Please sign in to comment.