Skip to content

Commit

Permalink
Merge pull request #304 from uselagoon/renovate/main-xdebug-xdebug-3.0.x
Browse files Browse the repository at this point in the history
Update dependency xdebug/xdebug to v3.0.4 (main)
  • Loading branch information
tobybellwood authored Sep 8, 2021
2 parents c516e64 + 6db220a commit c673b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/php-fpm/8.0.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ RUN apk add --no-cache fcgi \
&& yes '' | pecl install -f apcu-5.1.19 \
# && yes '' | pecl install -f imagick \
&& yes '' | pecl install -f redis-5.3.2 \
&& yes '' | pecl install -f xdebug-3.0.0 \
&& yes '' | pecl install -f xdebug-3.0.4 \
&& yes '' | pecl install -f yaml-2.2.0 \
&& docker-php-ext-enable apcu imagick redis xdebug yaml
# RUN sed -i '1s/^/;Intentionally disabled. Enable via setting env variable XDEBUG_ENABLE to true\n;/' /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini \
Expand Down

0 comments on commit c673b9b

Please sign in to comment.