diff options
Diffstat (limited to 'idp/Dockerfile')
| -rw-r--r-- | idp/Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/idp/Dockerfile b/idp/Dockerfile index d812493..037d50b 100644 --- a/idp/Dockerfile +++ b/idp/Dockerfile @@ -2,14 +2,14 @@ FROM jetty:9-alpine MAINTAINER Jesper B. Rosenkilde <jbr@nordu.net> USER root -ENV IDP_VERSION 3.3.0 +ENV IDP_VERSION 3.3.1 COPY install.properties /opt/ COPY nordu-ldap.properties /opt/ COPY shibboleth-identity-provider-${IDP_VERSION}.tar.gz.sha256 /opt/ -COPY shibboleth-identity-provider-${IDP_VERSION}.tar.gz /opt/ COPY templates /opt/templates WORKDIR /opt RUN echo $(id) && apk --no-cache add bash apache-ant curl && \ + curl -o shibboleth-identity-provider-$IDP_VERSION.tar.gz https://shibboleth.net/downloads/identity-provider/$IDP_VERSION/shibboleth-identity-provider-$IDP_VERSION.tar.gz && \ sha256sum -c shibboleth-identity-provider-$IDP_VERSION.tar.gz.sha256 && \ tar xf shibboleth-identity-provider-$IDP_VERSION.tar.gz && \ mv shibboleth-identity-provider-$IDP_VERSION shibboleth-identity-provider && \ |
