diff --git a/3.10/php7.3/apache/Dockerfile b/3.10/php7.3/apache/Dockerfile index e43c982..aa51337 100644 --- a/3.10/php7.3/apache/Dockerfile +++ b/3.10/php7.3/apache/Dockerfile @@ -47,8 +47,8 @@ RUN set -ex; \ \ # pecl will claim success even if one install fails, so we need to perform each install separately pecl install APCu-5.1.21; \ - pecl install memcached-3.1.5; \ - pecl install redis-5.3.4; \ + pecl install memcached-3.2.0; \ + pecl install redis-5.3.7; \ \ docker-php-ext-enable \ apcu \ diff --git a/3.10/php7.3/fpm-alpine/Dockerfile b/3.10/php7.3/fpm-alpine/Dockerfile index f69ee48..fb9e9d6 100644 --- a/3.10/php7.3/fpm-alpine/Dockerfile +++ b/3.10/php7.3/fpm-alpine/Dockerfile @@ -48,8 +48,8 @@ RUN set -ex; \ # pecl will claim success even if one install fails, so we need to perform each install separately pecl install APCu-5.1.21; \ pecl install mcrypt-1.0.4; \ - pecl install memcached-3.1.5; \ - pecl install redis-5.3.4; \ + pecl install memcached-3.2.0; \ + pecl install redis-5.3.7; \ \ docker-php-ext-enable \ apcu \ diff --git a/3.10/php7.3/fpm/Dockerfile b/3.10/php7.3/fpm/Dockerfile index 19c902a..38b32d9 100644 --- a/3.10/php7.3/fpm/Dockerfile +++ b/3.10/php7.3/fpm/Dockerfile @@ -45,8 +45,8 @@ RUN set -ex; \ \ # pecl will claim success even if one install fails, so we need to perform each install separately pecl install APCu-5.1.21; \ - pecl install memcached-3.1.5; \ - pecl install redis-5.3.4; \ + pecl install memcached-3.2.0; \ + pecl install redis-5.3.7; \ \ docker-php-ext-enable \ apcu \ diff --git a/3.10/php7.4/apache/Dockerfile b/3.10/php7.4/apache/Dockerfile index 2ad4c90..1f416bb 100644 --- a/3.10/php7.4/apache/Dockerfile +++ b/3.10/php7.4/apache/Dockerfile @@ -47,8 +47,8 @@ RUN set -ex; \ \ # pecl will claim success even if one install fails, so we need to perform each install separately pecl install APCu-5.1.21; \ - pecl install memcached-3.1.5; \ - pecl install redis-5.3.4; \ + pecl install memcached-3.2.0; \ + pecl install redis-5.3.7; \ \ docker-php-ext-enable \ apcu \ diff --git a/3.10/php7.4/fpm-alpine/Dockerfile b/3.10/php7.4/fpm-alpine/Dockerfile index 8682da2..426e611 100644 --- a/3.10/php7.4/fpm-alpine/Dockerfile +++ b/3.10/php7.4/fpm-alpine/Dockerfile @@ -48,8 +48,8 @@ RUN set -ex; \ # pecl will claim success even if one install fails, so we need to perform each install separately pecl install APCu-5.1.21; \ pecl install mcrypt-1.0.4; \ - pecl install memcached-3.1.5; \ - pecl install redis-5.3.4; \ + pecl install memcached-3.2.0; \ + pecl install redis-5.3.7; \ \ docker-php-ext-enable \ apcu \ diff --git a/3.10/php7.4/fpm/Dockerfile b/3.10/php7.4/fpm/Dockerfile index 6d10d49..bbf3005 100644 --- a/3.10/php7.4/fpm/Dockerfile +++ b/3.10/php7.4/fpm/Dockerfile @@ -45,8 +45,8 @@ RUN set -ex; \ \ # pecl will claim success even if one install fails, so we need to perform each install separately pecl install APCu-5.1.21; \ - pecl install memcached-3.1.5; \ - pecl install redis-5.3.4; \ + pecl install memcached-3.2.0; \ + pecl install redis-5.3.7; \ \ docker-php-ext-enable \ apcu \ diff --git a/4.1/php7.4/apache/Dockerfile b/4.1/php7.4/apache/Dockerfile index b5ac593..e4587ad 100644 --- a/4.1/php7.4/apache/Dockerfile +++ b/4.1/php7.4/apache/Dockerfile @@ -48,8 +48,8 @@ RUN set -ex; \ \ # pecl will claim success even if one install fails, so we need to perform each install separately pecl install APCu-5.1.21; \ - pecl install memcached-3.1.5; \ - pecl install redis-5.3.6; \ + pecl install memcached-3.2.0; \ + pecl install redis-5.3.7; \ \ docker-php-ext-enable \ apcu \ diff --git a/4.1/php7.4/fpm-alpine/Dockerfile b/4.1/php7.4/fpm-alpine/Dockerfile index 0a2c801..5d1491b 100644 --- a/4.1/php7.4/fpm-alpine/Dockerfile +++ b/4.1/php7.4/fpm-alpine/Dockerfile @@ -48,8 +48,8 @@ RUN set -ex; \ \ # pecl will claim success even if one install fails, so we need to perform each install separately pecl install APCu-5.1.21; \ - pecl install memcached-3.1.5; \ - pecl install redis-5.3.6; \ + pecl install memcached-3.2.0; \ + pecl install redis-5.3.7; \ \ docker-php-ext-enable \ apcu \ diff --git a/4.1/php7.4/fpm/Dockerfile b/4.1/php7.4/fpm/Dockerfile index 6f56598..05c16c6 100644 --- a/4.1/php7.4/fpm/Dockerfile +++ b/4.1/php7.4/fpm/Dockerfile @@ -46,8 +46,8 @@ RUN set -ex; \ \ # pecl will claim success even if one install fails, so we need to perform each install separately pecl install APCu-5.1.21; \ - pecl install memcached-3.1.5; \ - pecl install redis-5.3.6; \ + pecl install memcached-3.2.0; \ + pecl install redis-5.3.7; \ \ docker-php-ext-enable \ apcu \ diff --git a/4.1/php8.0/apache/Dockerfile b/4.1/php8.0/apache/Dockerfile index 2afe55e..91b9a38 100644 --- a/4.1/php8.0/apache/Dockerfile +++ b/4.1/php8.0/apache/Dockerfile @@ -48,8 +48,8 @@ RUN set -ex; \ \ # pecl will claim success even if one install fails, so we need to perform each install separately pecl install APCu-5.1.21; \ - pecl install memcached-3.1.5; \ - pecl install redis-5.3.6; \ + pecl install memcached-3.2.0; \ + pecl install redis-5.3.7; \ \ docker-php-ext-enable \ apcu \ diff --git a/4.1/php8.0/fpm-alpine/Dockerfile b/4.1/php8.0/fpm-alpine/Dockerfile index 4667e25..6ed9e01 100644 --- a/4.1/php8.0/fpm-alpine/Dockerfile +++ b/4.1/php8.0/fpm-alpine/Dockerfile @@ -48,8 +48,8 @@ RUN set -ex; \ \ # pecl will claim success even if one install fails, so we need to perform each install separately pecl install APCu-5.1.21; \ - pecl install memcached-3.1.5; \ - pecl install redis-5.3.6; \ + pecl install memcached-3.2.0; \ + pecl install redis-5.3.7; \ \ docker-php-ext-enable \ apcu \ diff --git a/4.1/php8.0/fpm/Dockerfile b/4.1/php8.0/fpm/Dockerfile index bb064cc..6fa3c0f 100644 --- a/4.1/php8.0/fpm/Dockerfile +++ b/4.1/php8.0/fpm/Dockerfile @@ -46,8 +46,8 @@ RUN set -ex; \ \ # pecl will claim success even if one install fails, so we need to perform each install separately pecl install APCu-5.1.21; \ - pecl install memcached-3.1.5; \ - pecl install redis-5.3.6; \ + pecl install memcached-3.2.0; \ + pecl install redis-5.3.7; \ \ docker-php-ext-enable \ apcu \ diff --git a/4.1/php8.1/apache/Dockerfile b/4.1/php8.1/apache/Dockerfile index f19c510..5bb6949 100644 --- a/4.1/php8.1/apache/Dockerfile +++ b/4.1/php8.1/apache/Dockerfile @@ -48,8 +48,8 @@ RUN set -ex; \ \ # pecl will claim success even if one install fails, so we need to perform each install separately pecl install APCu-5.1.21; \ - pecl install memcached-3.1.5; \ - pecl install redis-5.3.6; \ + pecl install memcached-3.2.0; \ + pecl install redis-5.3.7; \ \ docker-php-ext-enable \ apcu \ diff --git a/4.1/php8.1/fpm-alpine/Dockerfile b/4.1/php8.1/fpm-alpine/Dockerfile index a560da6..2357969 100644 --- a/4.1/php8.1/fpm-alpine/Dockerfile +++ b/4.1/php8.1/fpm-alpine/Dockerfile @@ -48,8 +48,8 @@ RUN set -ex; \ \ # pecl will claim success even if one install fails, so we need to perform each install separately pecl install APCu-5.1.21; \ - pecl install memcached-3.1.5; \ - pecl install redis-5.3.6; \ + pecl install memcached-3.2.0; \ + pecl install redis-5.3.7; \ \ docker-php-ext-enable \ apcu \ diff --git a/4.1/php8.1/fpm/Dockerfile b/4.1/php8.1/fpm/Dockerfile index 559d592..2ddd7d8 100644 --- a/4.1/php8.1/fpm/Dockerfile +++ b/4.1/php8.1/fpm/Dockerfile @@ -46,8 +46,8 @@ RUN set -ex; \ \ # pecl will claim success even if one install fails, so we need to perform each install separately pecl install APCu-5.1.21; \ - pecl install memcached-3.1.5; \ - pecl install redis-5.3.6; \ + pecl install memcached-3.2.0; \ + pecl install redis-5.3.7; \ \ docker-php-ext-enable \ apcu \ diff --git a/versions-helper.json b/versions-helper.json index 6dd6122..92cc848 100644 --- a/versions-helper.json +++ b/versions-helper.json @@ -7,22 +7,22 @@ "8.1": { "pecl": { "APCu": "5.1.21", - "memcached": "3.1.5", - "redis": "5.3.6" + "memcached": "3.2.0", + "redis": "5.3.7" } }, "8.0": { "pecl": { "APCu": "5.1.21", - "memcached": "3.1.5", - "redis": "5.3.6" + "memcached": "3.2.0", + "redis": "5.3.7" } }, "7.4": { "pecl": { "APCu": "5.1.21", - "memcached": "3.1.5", - "redis": "5.3.6" + "memcached": "3.2.0", + "redis": "5.3.7" } } }, @@ -41,16 +41,16 @@ "7.4": { "pecl": { "APCu": "5.1.21", - "memcached": "3.1.5", - "redis": "5.3.4", + "memcached": "3.2.0", + "redis": "5.3.7", "mcrypt": "1.0.4" } }, "7.3": { "pecl": { "APCu": "5.1.21", - "memcached": "3.1.5", - "redis": "5.3.4", + "memcached": "3.2.0", + "redis": "5.3.7", "mcrypt": "1.0.4" } }