fix: 7.0/apache/Dockerfile to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-DEBIAN9-CURL-466508
- https://snyk.io/vuln/SNYK-DEBIAN9-DPKG-2847943
- https://snyk.io/vuln/SNYK-DEBIAN9-FILE-473950
- https://snyk.io/vuln/SNYK-DEBIAN9-LIBXML2-429367
- https://snyk.io/vuln/SNYK-DEBIAN9-OPENSSL-2807589
snyk-fix-abc1e59c2741d8d1afd1d5379caf28d9
snyk-bot 2022-10-01 07:35:51 +00:00
parent 68e35ad8f7
commit 53dd35fefc
No known key found for this signature in database
GPG Key ID: 5D98975276F8B078
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM php:7.0-fpm
FROM php:7.4.30-fpm
MAINTAINER louisbl <louisbl@beltramo.me>
RUN apt-get update && apt-get install -y \