Skip to content

Commit

Permalink
Merge pull request #232 from GrahamCampbell/patch-1
Browse files Browse the repository at this point in the history
Upgrade xdebug to 3.4.1
  • Loading branch information
mnapoli authored Jan 17, 2025
2 parents 82654fc + c9f11e6 commit 63353b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layers/fpm-dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ARG PHP_VERSION
RUN mkdir -p /opt/bref/extensions

# Install xdebug
RUN pecl install xdebug-3.4.0
RUN pecl install xdebug-3.4.1
RUN cp $(php -r "echo ini_get('extension_dir');")/xdebug.so /opt/bref/extensions

# Install Blackfire
Expand Down

0 comments on commit 63353b8

Please sign in to comment.