Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Pin upstream httpd image to 2.4.38
Pin the upstream httpd image used for Mailman apache-shib to
version 2.4.38 so that he base is debian:stretch-slim.
skoranda committed Aug 23, 2019
1 parent 302a81f commit 2324cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comanage-registry-mailman/apache-shib/Dockerfile
@@ -25,7 +25,7 @@ FROM comanage-registry-shibboleth-sp-base:${COMANAGE_REGISTRY_SHIBBOLETH_SP_VERS

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

FROM httpd:2.4
FROM httpd:2.4.38

RUN apt-get update && apt-get install -y \
curl \

0 comments on commit 2324cca

Please sign in to comment.