Skip to content

Commit

Permalink
Update Dockerfile to shib version 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chubing authored Jan 13, 2017
1 parent 42e792e commit 2203839
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 @@ -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 @@ -92,4 +92,4 @@ ADD files/server.xml conf/server.xml

ENV PATH $CATALINA_HOME/bin:$JAVA_HOME/bin:$PATH

ONBUILD COPY ./root/ /opt/shibboleth/$SHIB_PREFIX/
ONBUILD COPY ./root/ /opt/shibboleth/$SHIB_PREFIX/

0 comments on commit 2203839

Please sign in to comment.