diff --git a/images/php-fpm/8.0.Dockerfile b/images/php-fpm/8.0.Dockerfile index 343defb44..42ecd632d 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.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