Skip to content

Commit

Permalink
Update dependency xdebug/xdebug to v3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 14, 2023
1 parent 3157391 commit 66e342e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/php-fpm/8.3.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ RUN apk update \
&& yes '' | pecl install -f apcu-5.1.23 \
# && yes '' | pecl install -f imagick-3.7.0 \ # fix for https://github.com/Imagick/imagick/pull/641
&& yes '' | pecl install -f redis-5.3.7 \
&& yes '' | pecl install -f xdebug-3.3.0 \
&& yes '' | pecl install -f xdebug-3.3.1 \
&& yes '' | pecl install -f yaml-2.2.3 \
# fix for https://github.com/Imagick/imagick/pull/641
&& cd /tmp \
Expand Down

0 comments on commit 66e342e

Please sign in to comment.