From 6db220ab049a4845a1a38cf498cf581e8b6a201b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 8 Sep 2021 05:20:12 +0000 Subject: [PATCH] Update dependency xdebug/xdebug to v3.0.4 --- images/php-fpm/8.0.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/php-fpm/8.0.Dockerfile b/images/php-fpm/8.0.Dockerfile index c905c714b..9c248a3d8 100644 --- a/images/php-fpm/8.0.Dockerfile +++ b/images/php-fpm/8.0.Dockerfile @@ -87,7 +87,7 @@ RUN apk add --no-cache fcgi \ && yes '' | pecl install -f apcu-5.1.19 \ # && yes '' | pecl install -f imagick \ && yes '' | pecl install -f redis-5.3.2 \ - && yes '' | pecl install -f xdebug-3.0.0 \ + && yes '' | pecl install -f xdebug-3.0.4 \ && yes '' | pecl install -f yaml-2.2.0 \ && docker-php-ext-enable apcu imagick redis xdebug yaml # RUN sed -i '1s/^/;Intentionally disabled. Enable via setting env variable XDEBUG_ENABLE to true\n;/' /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini \