Skip to content

Commit

Permalink
Update dependency xdebug/xdebug to v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 15, 2021
1 parent 8be6b05 commit 3411673
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.20 \
# && yes '' | pecl install -f imagick \
&& yes '' | pecl install -f redis-5.3.4 \
&& yes '' | pecl install -f xdebug-3.0.4 \
&& yes '' | pecl install -f xdebug-3.1.1 \
&& yes '' | pecl install -f yaml-2.2.1 \
&& 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 3411673

Please sign in to comment.