From e684cecd291aaee302f4463d4df884f6cf368075 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 16:11:39 +0000 Subject: [PATCH] chore(deps): update dependency php/pecl-file_formats-yaml to v2.2.4 --- images/php-fpm/8.1.Dockerfile | 2 +- images/php-fpm/8.2.Dockerfile | 2 +- images/php-fpm/8.3.Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/images/php-fpm/8.1.Dockerfile b/images/php-fpm/8.1.Dockerfile index 164c6643f..3017a6a56 100644 --- a/images/php-fpm/8.1.Dockerfile +++ b/images/php-fpm/8.1.Dockerfile @@ -82,7 +82,7 @@ RUN apk update \ && yes '' | pecl install -f imagick-3.7.0 \ && yes '' | pecl install -f redis-5.3.7 \ && yes '' | pecl install -f xdebug-3.3.2 \ - && yes '' | pecl install -f yaml-2.2.3 \ + && yes '' | pecl install -f yaml-2.2.4 \ && docker-php-ext-enable apcu imagick redis xdebug yaml \ && rm -rf /tmp/pear \ && apk del -r \ diff --git a/images/php-fpm/8.2.Dockerfile b/images/php-fpm/8.2.Dockerfile index f716beb72..6e0cec39c 100644 --- a/images/php-fpm/8.2.Dockerfile +++ b/images/php-fpm/8.2.Dockerfile @@ -82,7 +82,7 @@ RUN apk update \ && yes '' | pecl install -f imagick-3.7.0 \ && yes '' | pecl install -f redis-5.3.7 \ && yes '' | pecl install -f xdebug-3.3.2 \ - && yes '' | pecl install -f yaml-2.2.3 \ + && yes '' | pecl install -f yaml-2.2.4 \ && docker-php-ext-enable apcu imagick redis xdebug yaml \ && rm -rf /tmp/pear \ && apk del -r \ diff --git a/images/php-fpm/8.3.Dockerfile b/images/php-fpm/8.3.Dockerfile index ff2240946..a7cc21c67 100644 --- a/images/php-fpm/8.3.Dockerfile +++ b/images/php-fpm/8.3.Dockerfile @@ -82,7 +82,7 @@ RUN apk update \ # && yes '' | pecl install -f imagick-3.7.0 \ # fix for https://github.com/Imagick/imagick/pull/641 && yes '' | pecl install -f redis-5.3.7 \ && yes '' | pecl install -f xdebug-3.3.2 \ - && yes '' | pecl install -f yaml-2.2.3 \ + && yes '' | pecl install -f yaml-2.2.4 \ # fix for https://github.com/Imagick/imagick/pull/641 && cd /tmp \ && yes '' | pecl download -Z imagick-3.7.0 \