diff --git a/images/php-fpm/7.4.Dockerfile b/images/php-fpm/7.4.Dockerfile index 43be69784..c5c5e8e3d 100644 --- a/images/php-fpm/7.4.Dockerfile +++ b/images/php-fpm/7.4.Dockerfile @@ -72,7 +72,7 @@ RUN apk add --no-cache --virtual .devdeps \ && yes '' | pecl install -f apcu-5.1.22 \ && yes '' | pecl install -f imagick-3.7.0 \ && yes '' | pecl install -f redis-4.3.0 \ - && yes '' | pecl install -f xdebug-3.1.5 \ + && yes '' | pecl install -f xdebug-3.1.6 \ && yes '' | pecl install -f yaml-2.2.2 \ && docker-php-ext-enable apcu imagick redis xdebug yaml \ && rm -rf /tmp/pear \ diff --git a/images/php-fpm/8.0.Dockerfile b/images/php-fpm/8.0.Dockerfile index 9d7dfef9c..ec2b62326 100644 --- a/images/php-fpm/8.0.Dockerfile +++ b/images/php-fpm/8.0.Dockerfile @@ -72,7 +72,7 @@ RUN apk add --no-cache --virtual .devdeps \ && yes '' | pecl install -f apcu-5.1.22 \ && yes '' | pecl install -f imagick-3.7.0 \ && yes '' | pecl install -f redis-5.3.7 \ - && yes '' | pecl install -f xdebug-3.1.5 \ + && yes '' | pecl install -f xdebug-3.1.6 \ && yes '' | pecl install -f yaml-2.2.2 \ && docker-php-ext-enable apcu imagick redis xdebug yaml \ && rm -rf /tmp/pear \ diff --git a/images/php-fpm/8.1.Dockerfile b/images/php-fpm/8.1.Dockerfile index d861a1ffd..6a19e5b45 100644 --- a/images/php-fpm/8.1.Dockerfile +++ b/images/php-fpm/8.1.Dockerfile @@ -72,7 +72,7 @@ RUN apk add --no-cache --virtual .devdeps \ && yes '' | pecl install -f apcu-5.1.22 \ && yes '' | pecl install -f imagick-3.7.0 \ && yes '' | pecl install -f redis-5.3.7 \ - && yes '' | pecl install -f xdebug-3.1.5 \ + && yes '' | pecl install -f xdebug-3.1.6 \ && yes '' | pecl install -f yaml-2.2.2 \ && docker-php-ext-enable apcu imagick redis xdebug yaml \ && rm -rf /tmp/pear \