From 0f7e42d386adbae00e635be2e4968207241bbcab Mon Sep 17 00:00:00 2001 From: Markus Krogh Date: Thu, 9 Nov 2017 13:40:40 +0100 Subject: Bump to 3.3.2 and use secure only cookies --- idp/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'idp/Dockerfile') diff --git a/idp/Dockerfile b/idp/Dockerfile index 0b0b807..ce3b448 100644 --- a/idp/Dockerfile +++ b/idp/Dockerfile @@ -2,7 +2,7 @@ FROM jetty:9-alpine LABEL authors="Markus Krogh ,Jesper B. Rosenkilde " USER root -ENV IDP_VERSION 3.3.1 +ENV IDP_VERSION 3.3.2 COPY install.properties /opt/ COPY nordu-ldap.properties /opt/ COPY shibboleth-identity-provider-${IDP_VERSION}.tar.gz.sha256 /opt/ @@ -23,7 +23,6 @@ RUN echo $(id) && apk --no-cache add bash apache-ant curl && \ sed -i '/p:postAuthenticationFlows=/ s/p:postAuthenticationFlows="attribute-release" //' /opt/shibboleth-idp/conf/relying-party.xml && \ rm -rf shibboleth-identity-provider* install.properties nordu-ldap.properties ADD https://mds.swamid.se/md/md-signer2.crt /opt/shibboleth-idp/credentials/ - RUN chown -R jetty:jetty /opt COPY jetty_base $JETTY_BASE -- cgit v1.1