From 4119e74236a82b9827b6f77835a506d016f9ddba Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 19 Mar 2022 00:03:59 +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-DEBIAN11-GNUTLS28-2419151 - https://snyk.io/vuln/SNYK-DEBIAN11-LIBXML2-2413974 - https://snyk.io/vuln/SNYK-DEBIAN11-OPENSSL-2388380 - https://snyk.io/vuln/SNYK-DEBIAN11-OPENSSL-2426309 - https://snyk.io/vuln/SNYK-DEBIAN11-UTILLINUX-2401081 --- .../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..ae068773c50 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.4-bullseye MAINTAINER Brad Warren RUN mkdir /var/run/apache2