From e52a888823a5e48fd5ef3fd156be9f944de05af9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 10 Feb 2023 06:32:33 +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-CURL-3179181 - https://snyk.io/vuln/SNYK-DEBIAN11-OPENSSL-2941242 - https://snyk.io/vuln/SNYK-DEBIAN11-OPENSSL-3314592 - https://snyk.io/vuln/SNYK-DEBIAN11-OPENSSL-3314604 - https://snyk.io/vuln/SNYK-DEBIAN11-OPENSSL-3314615 --- .../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..59a516669fe 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-bullseye MAINTAINER Brad Warren RUN mkdir /var/run/apache2