From 10f8ca7a73de72df47f2a3da40a29ee91892733a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 3 Feb 2022 01:37:12 +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-1569403 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d4a33d7..74a3bd2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM php:7.2-fpm +FROM php:7.4.25-fpm # Install dependencies RUN apt-get update && apt-get install -y \