Skip to content

Commit

Permalink
update tomcat version
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey committed Mar 28, 2017
1 parent e625aba commit bd65584
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG registry=docker.io
ARG maintainer=tier
ARG imagename=shibboleth_idp
ARG version=3.3.1
ARG tierversion=17030
ARG tierversion=17040
ARG tierbuild=$tierbuild
ENV VERSION=$version
ENV TIERVERSION=$tierversion
Expand Down Expand Up @@ -77,7 +77,7 @@ RUN mkdir -p "$CATALINA_HOME"
# done

ENV TOMCAT_MAJOR 8
ENV TOMCAT_VERSION 8.0.41
ENV TOMCAT_VERSION 8.0.42
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 bd65584

Please sign in to comment.