From c250d4a7b4a0e963949dcdab7409d726ff8f1ed4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 16:53:22 +0000 Subject: [PATCH] chore(deps): update dependency xdebug/xdebug to v3.3.2 --- 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 0c0e5fa6f..8ebb20101 100644 --- a/images/php-fpm/8.1.Dockerfile +++ b/images/php-fpm/8.1.Dockerfile @@ -77,7 +77,7 @@ RUN apk update \ && yes '' | pecl install -f apcu-5.1.23 \ && yes '' | pecl install -f imagick-3.7.0 \ && yes '' | pecl install -f redis-5.3.7 \ - && yes '' | pecl install -f xdebug-3.3.1 \ + && yes '' | pecl install -f xdebug-3.3.2 \ && yes '' | pecl install -f yaml-2.2.3 \ && docker-php-ext-enable apcu imagick redis xdebug yaml \ && rm -rf /tmp/pear \ diff --git a/images/php-fpm/8.2.Dockerfile b/images/php-fpm/8.2.Dockerfile index 3957cf828..34a684d4b 100644 --- a/images/php-fpm/8.2.Dockerfile +++ b/images/php-fpm/8.2.Dockerfile @@ -77,7 +77,7 @@ RUN apk update \ && yes '' | pecl install -f apcu-5.1.23 \ && yes '' | pecl install -f imagick-3.7.0 \ && yes '' | pecl install -f redis-5.3.7 \ - && yes '' | pecl install -f xdebug-3.3.1 \ + && yes '' | pecl install -f xdebug-3.3.2 \ && yes '' | pecl install -f yaml-2.2.3 \ && docker-php-ext-enable apcu imagick redis xdebug yaml \ && rm -rf /tmp/pear \ diff --git a/images/php-fpm/8.3.Dockerfile b/images/php-fpm/8.3.Dockerfile index e9cce4b7d..d34c8b82d 100644 --- a/images/php-fpm/8.3.Dockerfile +++ b/images/php-fpm/8.3.Dockerfile @@ -77,7 +77,7 @@ RUN apk update \ && yes '' | pecl install -f apcu-5.1.23 \ # && 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.1 \ + && yes '' | pecl install -f xdebug-3.3.2 \ && yes '' | pecl install -f yaml-2.2.3 \ # fix for https://github.com/Imagick/imagick/pull/641 && cd /tmp \