From 1eeac7041d72ed9cd58a1f18c70bfa20f3327a3f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 19 Mar 2022 00:24:51 +0000 Subject: [PATCH] fix: Part08AppServices/badfatherapache/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 --- Part08AppServices/badfatherapache/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Part08AppServices/badfatherapache/Dockerfile b/Part08AppServices/badfatherapache/Dockerfile index cd6efdf..0e1e7e0 100644 --- a/Part08AppServices/badfatherapache/Dockerfile +++ b/Part08AppServices/badfatherapache/Dockerfile @@ -1,3 +1,3 @@ -FROM httpd +FROM httpd:2.4-bullseye RUN rm /usr/local/apache2/htdocs/* COPY /website /usr/local/apache2/htdocs/