From b302e6bc2032020c27e5458c3795ba495594d598 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 27 Apr 2025 21:18:01 +0000 Subject: [PATCH] fix: backend_magento/magento/docker/php.dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE321-CARES-9680227 - https://snyk.io/vuln/SNYK-ALPINE321-SQLITE-9712340 - https://snyk.io/vuln/SNYK-ALPINE321-XZ-9666601 - https://snyk.io/vuln/SNYK-ALPINE321-XZ-9666601 --- backend_magento/magento/docker/php.dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend_magento/magento/docker/php.dockerfile b/backend_magento/magento/docker/php.dockerfile index cfd2778..5debe7b 100644 --- a/backend_magento/magento/docker/php.dockerfile +++ b/backend_magento/magento/docker/php.dockerfile @@ -1,10 +1,10 @@ -FROM php:8.1-fpm-alpine as composer +FROM php:8.4.7RC1-fpm-alpine as composer RUN set -xe && curl -sS https://getcomposer.org/installer | php \ && mv composer.phar /usr/local/bin/composer \ && chmod +x /usr/local/bin/composer -FROM php:8.1-fpm-alpine +FROM php:8.4.7RC1-fpm-alpine ## HEALTHCHECK RUN apk add --update --no-cache \