Skip to content

Commit

Permalink
Update dependency phpredis/phpredis to v5.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 8, 2021
1 parent c673b9b commit 0cb8a84
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 @@ -86,7 +86,7 @@ RUN apk add --no-cache fcgi \
&& pecl channel-update pecl.php.net \
&& 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 redis-5.3.4 \
&& 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
Expand Down

0 comments on commit 0cb8a84

Please sign in to comment.