diff --git a/images/php-fpm/8.1.Dockerfile b/images/php-fpm/8.1.Dockerfile index a6d78e12f..e0d00ad67 100644 --- a/images/php-fpm/8.1.Dockerfile +++ b/images/php-fpm/8.1.Dockerfile @@ -80,7 +80,7 @@ RUN apk update \ && apk add --no-cache --virtual .phpize-deps $PHPIZE_DEPS \ && yes '' | pecl install -f apcu-5.1.24 \ && yes '' | pecl install -f imagick-3.7.0 \ - && yes '' | pecl install -f redis-5.3.7 \ + && yes '' | pecl install -f redis-6.1.0 \ && yes '' | pecl install -f xdebug-3.3.2 \ && yes '' | pecl install -f yaml-2.2.4 \ && docker-php-ext-enable apcu imagick redis xdebug yaml \ diff --git a/images/php-fpm/8.2.Dockerfile b/images/php-fpm/8.2.Dockerfile index 91753e5f8..5a38108cf 100644 --- a/images/php-fpm/8.2.Dockerfile +++ b/images/php-fpm/8.2.Dockerfile @@ -80,7 +80,7 @@ RUN apk update \ && apk add --no-cache --virtual .phpize-deps $PHPIZE_DEPS \ && yes '' | pecl install -f apcu-5.1.24 \ && yes '' | pecl install -f imagick-3.7.0 \ - && yes '' | pecl install -f redis-5.3.7 \ + && yes '' | pecl install -f redis-6.1.0 \ && yes '' | pecl install -f xdebug-3.3.2 \ && yes '' | pecl install -f yaml-2.2.4 \ && docker-php-ext-enable apcu imagick redis xdebug yaml \ diff --git a/images/php-fpm/8.3.Dockerfile b/images/php-fpm/8.3.Dockerfile index c48a09142..599f58f14 100644 --- a/images/php-fpm/8.3.Dockerfile +++ b/images/php-fpm/8.3.Dockerfile @@ -80,7 +80,7 @@ RUN apk update \ && apk add --no-cache --virtual .phpize-deps $PHPIZE_DEPS \ && yes '' | pecl install -f apcu-5.1.24 \ # && yes '' | pecl install -f imagick-3.7.0 \ # fix for https://github.com/Imagick/imagick/pull/641 - && yes '' | pecl install -f redis-5.3.7 \ + && yes '' | pecl install -f redis-6.1.0 \ && yes '' | pecl install -f xdebug-3.3.2 \ && yes '' | pecl install -f yaml-2.2.4 \ # fix for https://github.com/Imagick/imagick/pull/641