diff --git a/images/php-fpm/8.3.Dockerfile b/images/php-fpm/8.3.Dockerfile index 505376e9d..8a5c63fe2 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.0 \ + && yes '' | pecl install -f xdebug-3.3.1 \ && yes '' | pecl install -f yaml-2.2.3 \ # fix for https://github.com/Imagick/imagick/pull/641 && cd /tmp \