Skip to content

Commit 6bcb6cf

Browse files
Merge pull request #260 from GrahamCampbell/xdebug-3-4-3
Upgrade to xdebug 3.4.3
1 parent 954939a commit 6bcb6cf

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

1616
# Install Blackfire

0 commit comments

Comments
 (0)