From 94625fe6d676984de914dce93f7204e428a23176 Mon Sep 17 00:00:00 2001 From: Toby Bellwood Date: Mon, 18 Nov 2024 19:44:39 +1100 Subject: [PATCH] build: update redis pecl package to 6.1.0 --- images/php-fpm/8.1.Dockerfile | 2 +- images/php-fpm/8.2.Dockerfile | 2 +- images/php-fpm/8.3.Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/images/php-fpm/8.1.Dockerfile b/images/php-fpm/8.1.Dockerfile index 4439f368f..eea379e13 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 44db820b3..c7d460458 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 9bedd8169..d796f1cd9 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