From a43b2a6506d72bf79b5ef65129ec418775fe9ac0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 18 Nov 2024 05:46:21 +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-3063708 - https://snyk.io/vuln/SNYK-ALPINE315-CURL-3320718 - https://snyk.io/vuln/SNYK-ALPINE315-CURL-5958915 - 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