Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
container bump Shibboleth SP version to 3.4.1 (NOJIRA)
skoranda committed Jan 12, 2023
1 parent f005af6 commit 46bae8a
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion container/build.sh
@@ -616,6 +616,6 @@ function main() {
}

# Globals
SHIBBOLETH_SP_VERSION=3.3.0
SHIBBOLETH_SP_VERSION=3.4.1

main "$@"
2 changes: 1 addition & 1 deletion container/match/shibboleth-sp-supervisor/Dockerfile
@@ -18,7 +18,7 @@
# limitations under the License.
ARG COMANAGE_MATCH_VERSION=develop
ARG COMANAGE_MATCH_BASE_IMAGE_VERSION=1
ARG COMANAGE_MATCH_SHIBBOLETH_SP_VERSION="3.4.0"
ARG COMANAGE_MATCH_SHIBBOLETH_SP_VERSION="3.4.1"
ARG COMANAGE_MATCH_SHIBBOLETH_SP_BASE_IMAGE_VERSION=1

FROM comanage-match-shibboleth-sp-base:${COMANAGE_MATCH_SHIBBOLETH_SP_VERSION}-${COMANAGE_MATCH_SHIBBOLETH_SP_BASE_IMAGE_VERSION} AS shib-base
2 changes: 1 addition & 1 deletion container/shibboleth-sp-base/Dockerfile
@@ -34,7 +34,7 @@ ARG OPENSAMLC_VERSION
ENV OPENSAMLC_VERSION=${OPENSAMLC_VERSION:-3.2.1}

ARG SHIBBOLETH_SP_VERSION
ENV SHIBBOLETH_SP_VERSION=${SHIBBOLETH_SP_VERSION:-3.4.0}
ENV SHIBBOLETH_SP_VERSION=${SHIBBOLETH_SP_VERSION:-3.4.1}

RUN apt-get update \
&& apt-get install -y --no-install-recommends \

0 comments on commit 46bae8a

Please sign in to comment.