Skip to content

Commit

Permalink
Update dependency xdebug/xdebug to v3.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 8, 2022
1 parent 47bfc32 commit 6989643
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion images/php-fpm/7.4.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ RUN apk add --no-cache --virtual .devdeps \
&& yes '' | pecl install -f apcu-5.1.22 \
&& yes '' | pecl install -f imagick-3.7.0 \
&& yes '' | pecl install -f redis-4.3.0 \
&& yes '' | pecl install -f xdebug-3.1.5 \
&& yes '' | pecl install -f xdebug-3.1.6 \
&& yes '' | pecl install -f yaml-2.2.2 \
&& docker-php-ext-enable apcu imagick redis xdebug yaml \
&& rm -rf /tmp/pear \
Expand Down
2 changes: 1 addition & 1 deletion images/php-fpm/8.0.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ RUN apk add --no-cache --virtual .devdeps \
&& yes '' | pecl install -f apcu-5.1.22 \
&& yes '' | pecl install -f imagick-3.7.0 \
&& yes '' | pecl install -f redis-5.3.7 \
&& yes '' | pecl install -f xdebug-3.1.5 \
&& yes '' | pecl install -f xdebug-3.1.6 \
&& yes '' | pecl install -f yaml-2.2.2 \
&& docker-php-ext-enable apcu imagick redis xdebug yaml \
&& rm -rf /tmp/pear \
Expand Down
2 changes: 1 addition & 1 deletion images/php-fpm/8.1.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ RUN apk add --no-cache --virtual .devdeps \
&& yes '' | pecl install -f apcu-5.1.22 \
&& yes '' | pecl install -f imagick-3.7.0 \
&& yes '' | pecl install -f redis-5.3.7 \
&& yes '' | pecl install -f xdebug-3.1.5 \
&& yes '' | pecl install -f xdebug-3.1.6 \
&& yes '' | pecl install -f yaml-2.2.2 \
&& docker-php-ext-enable apcu imagick redis xdebug yaml \
&& rm -rf /tmp/pear \
Expand Down

0 comments on commit 6989643

Please sign in to comment.