From 1ed6b2faf04f818c6b9128f9b85c696a0fbca98b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 28 Jul 2023 21:54:14 +0000 Subject: [PATCH] fix: letsencrypt-compatibility-test/letsencrypt_compatibility_test/configurators/apache/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-LIBXML2-5747748 - https://snyk.io/vuln/SNYK-DEBIAN12-OPENSSL-5776700 - https://snyk.io/vuln/SNYK-DEBIAN12-OPENSSL-5776700 - https://snyk.io/vuln/SNYK-DEBIAN12-OPENSSL-5788322 - https://snyk.io/vuln/SNYK-DEBIAN12-OPENSSL-5788322 --- .../configurators/apache/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/letsencrypt-compatibility-test/letsencrypt_compatibility_test/configurators/apache/Dockerfile b/letsencrypt-compatibility-test/letsencrypt_compatibility_test/configurators/apache/Dockerfile index 392f5efa6f9..056e65a404b 100644 --- a/letsencrypt-compatibility-test/letsencrypt_compatibility_test/configurators/apache/Dockerfile +++ b/letsencrypt-compatibility-test/letsencrypt_compatibility_test/configurators/apache/Dockerfile @@ -1,4 +1,4 @@ -FROM httpd +FROM httpd:2-bookworm MAINTAINER Brad Warren RUN mkdir /var/run/apache2