Skip to content

Commit 9d75d56

Browse files
committed
Updated Xdebug to latest version
1 parent ca4a451 commit 9d75d56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/php84/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ openssl && \
3939
curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
4040

4141
# Install xdebug
42-
RUN pecl install xdebug-3.4.0 && \
42+
RUN pecl install xdebug-3.4.1 && \
4343
docker-php-ext-enable xdebug && \
4444
mkdir /var/log/xdebug
4545

0 commit comments

Comments
 (0)