From 0cb8a84c8fa80bf69432673708f731295ed2670c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 8 Sep 2021 05:47:46 +0000 Subject: [PATCH] Update dependency phpredis/phpredis to v5.3.4 --- images/php-fpm/8.0.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/php-fpm/8.0.Dockerfile b/images/php-fpm/8.0.Dockerfile index 9c248a3d8..088bb62c5 100644 --- a/images/php-fpm/8.0.Dockerfile +++ b/images/php-fpm/8.0.Dockerfile @@ -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