Skip to content

Commit

Permalink
Merge pull request #303 from uselagoon/renovate/main-phpredis-phpredi…
Browse files Browse the repository at this point in the history
…s-5.3.x

Update dependency phpredis/phpredis to v5.3.4 (main)
  • Loading branch information
tobybellwood authored Sep 8, 2021
2 parents 935cd06 + 0cb8a84 commit b779d60
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.20 \
# && 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.1 \
&& docker-php-ext-enable apcu imagick redis xdebug yaml
Expand Down

0 comments on commit b779d60

Please sign in to comment.