From 08c15a00092744e08686b7e2b5e516aa9123e838 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 23 Nov 2024 05:30:08 +0000 Subject: [PATCH] fix: php7/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE315-NGHTTP2-5964211 - https://snyk.io/vuln/SNYK-ALPINE315-CURL-2938004 - https://snyk.io/vuln/SNYK-ALPINE315-CURL-3063708 - https://snyk.io/vuln/SNYK-ALPINE315-CURL-3320718 - https://snyk.io/vuln/SNYK-ALPINE315-CURL-5958915 --- php7/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php7/Dockerfile b/php7/Dockerfile index 253bf65b..6089af1d 100644 --- a/php7/Dockerfile +++ b/php7/Dockerfile @@ -1,4 +1,4 @@ -FROM php:7.3-alpine +FROM php:7.4.33-alpine ENV PATH="/root/.composer/vendor/bin:${PATH}" \ COMPOSER_ALLOW_SUPERUSER=1