Skip to content

Commit

Permalink
Upgrade xdebug to 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell authored Jan 17, 2025
1 parent 82654fc commit c9f11e6
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 c9f11e6

Please sign in to comment.