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 \