From f3b6d5e59e254dbf11527d7e5a694571470f2c5b Mon Sep 17 00:00:00 2001 From: Madhu Kumar <37217316+madhukumar7@users.noreply.github.com> Date: Sat, 19 Feb 2022 22:10:09 +0100 Subject: [PATCH] Update Dockerfile Changes included in this PR apache-php/app/Dockerfile We recommend upgrading to php:8.0.15-fpm, as this image has only 80 known vulnerabilities. To do this, merge this pull request, then verify your application still works as expected. Some of the most important vulnerabilities in your base image include: Severity Priority Score / 1000 Issue Exploit Maturity critical severity 714 Out-of-bounds Write SNYK-DEBIAN10-APACHE2-1301212 No Known Exploit critical severity 714 Out-of-bounds Write SNYK-DEBIAN10-APACHE2-1585736 No Known Exploit critical severity 714 Server-Side Request Forgery (SSRF) SNYK-DEBIAN10-APACHE2-1585740 No Known Exploit critical severity 714 Out-of-bounds Write SNYK-DEBIAN10-APACHE2-2322058 No Known Exploit critical severity 714 Buffer Overflow SNYK-DEBIAN10-OPENSSL-1569403 No Known Exploit --- apache-php/app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apache-php/app/Dockerfile b/apache-php/app/Dockerfile index 0b19f22..a86f3b6 100644 --- a/apache-php/app/Dockerfile +++ b/apache-php/app/Dockerfile @@ -1 +1 @@ -FROM php:8.0.7-apache +FROM php:8.0.15-fpm