Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update to version 2.4.0.4 of mod_auth_openidc and buster
Updated to use version 2.4.04 of mod_auth_openidc and Debian buster as
the base.
skoranda committed Jan 20, 2020
1 parent a2ebb31 commit f604d7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions comanage-registry-mod-auth-openidc/Dockerfile
@@ -18,11 +18,11 @@
# 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.3.10.1.tar.gz
ARG MOD_AUTH_OPENIDC_SRC_URL=https://github.com/zmartzone/mod_auth_openidc/archive/v2.4.0.4.tar.gz

FROM comanage-registry-base:${COMANAGE_REGISTRY_VERSION}-${COMANAGE_REGISTRY_BASE_IMAGE_VERSION} AS comanage

FROM debian:stretch AS building
FROM debian:buster AS building

ARG MOD_AUTH_OPENIDC_SRC_URL
ENV MOD_AUTH_OPENIDC_SRC_URL ${MOD_AUTH_OPENIDC_SRC_URL}

0 comments on commit f604d7d

Please sign in to comment.