From 51676e1aa9fabf1b28f5b664745b7632a8730dcb Mon Sep 17 00:00:00 2001 From: Joe Maller Date: Wed, 17 Apr 2024 16:16:58 -0400 Subject: [PATCH] bump Xdebug --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 93ffa03..be9b6c8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -81,7 +81,7 @@ RUN apt-get update -yqq \ # Install XDebug, largly copied from: # https://github.com/andreccosta/wordpress-xdebug-dockerbuild # https://pecl.php.net/package/xdebug -RUN pecl install xdebug-3.2.2 \ +RUN pecl install xdebug-3.3.2 \ && docker-php-ext-enable xdebug \ && echo '[XDebug]' >> /usr/local/etc/php/conf.d/z_iop-xdebug.ini \ && echo 'zend_extension=xdebug' >> /usr/local/etc/php/conf.d/z_iop-xdebug.ini \