Skip to content

Commit b8d0263

Browse files
Bump to latest xdebug
1 parent 631d93b commit b8d0263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layers/fpm-dev/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ARG PHP_VERSION
1010
RUN mkdir -p /opt/bref/extensions
1111

1212
# Install xdebug
13-
RUN if [ $PHP_VERSION != "85" ]; then pecl install xdebug-3.4.5; fi
13+
RUN if [ $PHP_VERSION != "85" ]; then pecl install xdebug-3.5.0; fi
1414
RUN if [ $PHP_VERSION != "85" ]; then cp $(php -r "echo ini_get('extension_dir');")/xdebug.so /opt/bref/extensions; fi
1515

1616
# Install Blackfire

0 commit comments

Comments
 (0)