From c9a3ad96e7d5b4cbc9558f18549eace58e38f85a Mon Sep 17 00:00:00 2001 From: Scott Koranda Date: Tue, 28 Jan 2020 08:02:20 -0600 Subject: [PATCH] Revert mod_auth_openidc to version 2.3.11 Revert mod_auth_openidc to version 2.3.11 after finding with that environment variables for claims are not being set the same in the 2.4.x series. --- comanage-registry-mod-auth-openidc/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comanage-registry-mod-auth-openidc/Dockerfile b/comanage-registry-mod-auth-openidc/Dockerfile index 9406caa..39f9774 100644 --- a/comanage-registry-mod-auth-openidc/Dockerfile +++ b/comanage-registry-mod-auth-openidc/Dockerfile @@ -18,7 +18,7 @@ # limitations under the License. ARG COMANAGE_REGISTRY_VERSION=develop ARG COMANAGE_REGISTRY_BASE_IMAGE_VERSION=1 -ARG MOD_AUTH_OPENIDC_SRC_URL=https://github.com/zmartzone/mod_auth_openidc/archive/v2.4.0.4.tar.gz +ARG MOD_AUTH_OPENIDC_SRC_URL=https://github.com/zmartzone/mod_auth_openidc/releases/download/v2.3.11/mod_auth_openidc-2.3.11.tar.gz FROM comanage-registry-base:${COMANAGE_REGISTRY_VERSION}-${COMANAGE_REGISTRY_BASE_IMAGE_VERSION} AS comanage