From aa1200a51b9c627b592a9f6ad1f9f1a63fbe41fc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 13 Jul 2021 06:44:40 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN10-CURL-1049506 - https://snyk.io/vuln/SNYK-DEBIAN10-CURL-573151 - https://snyk.io/vuln/SNYK-DEBIAN10-CURL-573153 - https://snyk.io/vuln/SNYK-DEBIAN10-CURL-608200 - https://snyk.io/vuln/SNYK-DEBIAN10-OPENSSL-1075326 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f1f44e7..54e242e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM php:7.4.8-apache +FROM php:7.4.15-apache RUN apt-get update && apt-get install -y \ libfreetype6-dev \