mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-19 15:28:06 +02:00
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
This commit is contained in:
parent
6531426a96
commit
f3b6d5e59e
1 changed files with 1 additions and 1 deletions
|
@ -1 +1 @@
|
|||
FROM php:8.0.7-apache
|
||||
FROM php:8.0.15-fpm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue