From 66e342ef051b152d5f7276c798ebe51f3c0c6222 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 20:02:22 +0000 Subject: [PATCH] Update dependency xdebug/xdebug to v3.3.1 --- images/php-fpm/8.3.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \