From 2324ccafa8c051be57ec085fc5cdb937aad3061d Mon Sep 17 00:00:00 2001 From: Scott Koranda Date: Fri, 23 Aug 2019 17:03:40 -0500 Subject: [PATCH] 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. --- comanage-registry-mailman/apache-shib/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comanage-registry-mailman/apache-shib/Dockerfile b/comanage-registry-mailman/apache-shib/Dockerfile index 5fb115f..993d4ca 100644 --- a/comanage-registry-mailman/apache-shib/Dockerfile +++ b/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 \