Skip to content

Commit

Permalink
Merge pull request #20 from docker/3.3
Browse files Browse the repository at this point in the history
updating to 3.3
  • Loading branch information
chubing authored Jan 20, 2017
2 parents 6a171c5 + 81a0ac1 commit df95638
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FROM tier/centos7base
ARG registry=docker.io
ARG maintainer=tier
ARG imagename=shibboleth_idp
ARG version=3.2.1
ARG version=3.3.0
ENV VERSION=$version

MAINTAINER $maintainer
Expand Down Expand Up @@ -72,7 +72,7 @@ RUN mkdir -p "$CATALINA_HOME"
# done

ENV TOMCAT_MAJOR 8
ENV TOMCAT_VERSION 8.0.37
ENV TOMCAT_VERSION 8.0.39
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
2 changes: 1 addition & 1 deletion common.bash
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ registry="docker.io"
maintainer="bigfleet"
basename="shibboleth_idp"
imagename="shibboleth_idp"
version="3.2.1"
version="3.3.0"

0 comments on commit df95638

Please sign in to comment.