Skip to content

Commit

Permalink
Pin upstream httpd image to 2.4.38
Browse files Browse the repository at this point in the history
Pin the upstream httpd image used for Mailman apache-shib to
version 2.4.38 so that he base is debian:stretch-slim.
  • Loading branch information
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
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 2324cca

Please sign in to comment.