From 5f48e79464274a15d7793ed548beffab93758d6d Mon Sep 17 00:00:00 2001 From: Scott Koranda Date: Wed, 22 Apr 2020 08:35:18 -0500 Subject: [PATCH] Updated README.md documentation for Shibboleth SP base Updated the README.md documentation for the Shibboleth SP base image. --- comanage-registry-shibboleth-sp-base/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comanage-registry-shibboleth-sp-base/README.md b/comanage-registry-shibboleth-sp-base/README.md index e623e86..9704b45 100644 --- a/comanage-registry-shibboleth-sp-base/README.md +++ b/comanage-registry-shibboleth-sp-base/README.md @@ -52,7 +52,7 @@ docker build \ ## Building Example ``` -export COMANAGE_REGISTRY_SHIBBOLETH_SP_VERSION=3.0.3 +export COMANAGE_REGISTRY_SHIBBOLETH_SP_VERSION=3.1.0 export COMANAGE_REGISTRY_SHIBBOLETH_SP_BASE_IMAGE_VERSION=1 TAG="${COMANAGE_REGISTRY_SHIBBOLETH_SP_VERSION}-${COMANAGE_REGISTRY_SHIBBOLETH_SP_BASE_IMAGE_VERSION}" docker build \