From eec9a9e16d5bfc740a73548cb340074658b2af80 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 30 Apr 2022 08:01:55 +0000 Subject: [PATCH] fix: 7.1/cli/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN10-CURL-466509 - https://snyk.io/vuln/SNYK-DEBIAN10-CURL-466510 - https://snyk.io/vuln/SNYK-DEBIAN10-OPENSSL-1569403 - https://snyk.io/vuln/SNYK-DEBIAN10-PERL-570797 - https://snyk.io/vuln/SNYK-DEBIAN10-PERL-570802 --- 7.1/cli/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/7.1/cli/Dockerfile b/7.1/cli/Dockerfile index 6933989..ce206f2 100644 --- a/7.1/cli/Dockerfile +++ b/7.1/cli/Dockerfile @@ -1,4 +1,4 @@ -FROM php:7.1-cli +FROM php:7.3.28-cli MAINTAINER louisbl RUN apt-get update && apt-get install -y \