Skip to content

Commit 884455e

Browse files
authored
Merge pull request #247 from GrahamCampbell/upgrade-xdebug
xdebug 3.4.2
2 parents 308eda5 + de16354 commit 884455e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layers/fpm-dev/Dockerfile

+1-1
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 pecl install xdebug-3.4.1
13+
RUN pecl install xdebug-3.4.2
1414
RUN cp $(php -r "echo ini_get('extension_dir');")/xdebug.so /opt/bref/extensions
1515

1616
# Install Blackfire

0 commit comments

Comments
 (0)