Skip to content

Commit

Permalink
Update 6-jre8 to 6.0.43
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Nov 26, 2014
1 parent 6611537 commit e826a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 6-jre8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN gpg --keyserver pgp.mit.edu --recv-keys \
F7DA48BB64BCB84ECBA7EE6935CD23C10D498E23

ENV TOMCAT_MAJOR 6
ENV TOMCAT_VERSION 6.0.41
ENV TOMCAT_VERSION 6.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

RUN curl -SL "$TOMCAT_TGZ_URL" -o tomcat.tar.gz \
Expand Down

0 comments on commit e826a7e

Please sign in to comment.