Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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.
skoranda committed Jan 28, 2020
1 parent 0e25097 commit c9a3ad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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

0 comments on commit c9a3ad9

Please sign in to comment.