From 977220634a1d954750b7a15547b51006aa0ed5a3 Mon Sep 17 00:00:00 2001 From: J0WI Date: Thu, 7 Oct 2021 12:02:41 +0200 Subject: [PATCH] APCu 5.1.21 --- 3.10/php7.3/apache/Dockerfile | 2 +- 3.10/php7.3/fpm-alpine/Dockerfile | 2 +- 3.10/php7.3/fpm/Dockerfile | 2 +- 3.10/php7.4/apache/Dockerfile | 2 +- 3.10/php7.4/fpm-alpine/Dockerfile | 2 +- 3.10/php7.4/fpm/Dockerfile | 2 +- 4.0/php7.4/apache/Dockerfile | 2 +- 4.0/php7.4/fpm-alpine/Dockerfile | 2 +- 4.0/php7.4/fpm/Dockerfile | 2 +- 4.0/php8.0/apache/Dockerfile | 2 +- 4.0/php8.0/fpm-alpine/Dockerfile | 2 +- 4.0/php8.0/fpm/Dockerfile | 2 +- versions-helper.json | 8 ++++---- 13 files changed, 16 insertions(+), 16 deletions(-) diff --git a/3.10/php7.3/apache/Dockerfile b/3.10/php7.3/apache/Dockerfile index 148c66f..3a0dae0 100644 --- a/3.10/php7.3/apache/Dockerfile +++ b/3.10/php7.3/apache/Dockerfile @@ -46,7 +46,7 @@ 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.20; \ + pecl install APCu-5.1.21; \ pecl install memcached-3.1.5; \ pecl install redis-5.3.4; \ \ diff --git a/3.10/php7.3/fpm-alpine/Dockerfile b/3.10/php7.3/fpm-alpine/Dockerfile index 4d90fee..f277c8a 100644 --- a/3.10/php7.3/fpm-alpine/Dockerfile +++ b/3.10/php7.3/fpm-alpine/Dockerfile @@ -46,7 +46,7 @@ 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.20; \ + pecl install APCu-5.1.21; \ pecl install mcrypt-1.0.4; \ pecl install memcached-3.1.5; \ pecl install redis-5.3.4; \ diff --git a/3.10/php7.3/fpm/Dockerfile b/3.10/php7.3/fpm/Dockerfile index 80ec067..2c98176 100644 --- a/3.10/php7.3/fpm/Dockerfile +++ b/3.10/php7.3/fpm/Dockerfile @@ -44,7 +44,7 @@ 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.20; \ + pecl install APCu-5.1.21; \ pecl install memcached-3.1.5; \ pecl install redis-5.3.4; \ \ diff --git a/3.10/php7.4/apache/Dockerfile b/3.10/php7.4/apache/Dockerfile index 2cf2239..9f30c18 100644 --- a/3.10/php7.4/apache/Dockerfile +++ b/3.10/php7.4/apache/Dockerfile @@ -46,7 +46,7 @@ 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.20; \ + pecl install APCu-5.1.21; \ pecl install memcached-3.1.5; \ pecl install redis-5.3.4; \ \ diff --git a/3.10/php7.4/fpm-alpine/Dockerfile b/3.10/php7.4/fpm-alpine/Dockerfile index 374d021..e70d1ef 100644 --- a/3.10/php7.4/fpm-alpine/Dockerfile +++ b/3.10/php7.4/fpm-alpine/Dockerfile @@ -46,7 +46,7 @@ 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.20; \ + pecl install APCu-5.1.21; \ pecl install mcrypt-1.0.4; \ pecl install memcached-3.1.5; \ pecl install redis-5.3.4; \ diff --git a/3.10/php7.4/fpm/Dockerfile b/3.10/php7.4/fpm/Dockerfile index 71e9a70..9b3a188 100644 --- a/3.10/php7.4/fpm/Dockerfile +++ b/3.10/php7.4/fpm/Dockerfile @@ -44,7 +44,7 @@ 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.20; \ + pecl install APCu-5.1.21; \ pecl install memcached-3.1.5; \ pecl install redis-5.3.4; \ \ diff --git a/4.0/php7.4/apache/Dockerfile b/4.0/php7.4/apache/Dockerfile index 0c18c06..41c95d2 100644 --- a/4.0/php7.4/apache/Dockerfile +++ b/4.0/php7.4/apache/Dockerfile @@ -46,7 +46,7 @@ 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.20; \ + pecl install APCu-5.1.21; \ pecl install memcached-3.1.5; \ pecl install redis-5.3.4; \ \ diff --git a/4.0/php7.4/fpm-alpine/Dockerfile b/4.0/php7.4/fpm-alpine/Dockerfile index d434eb4..814022e 100644 --- a/4.0/php7.4/fpm-alpine/Dockerfile +++ b/4.0/php7.4/fpm-alpine/Dockerfile @@ -46,7 +46,7 @@ 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.20; \ + pecl install APCu-5.1.21; \ pecl install mcrypt-1.0.4; \ pecl install memcached-3.1.5; \ pecl install redis-5.3.4; \ diff --git a/4.0/php7.4/fpm/Dockerfile b/4.0/php7.4/fpm/Dockerfile index f6fde49..303fd37 100644 --- a/4.0/php7.4/fpm/Dockerfile +++ b/4.0/php7.4/fpm/Dockerfile @@ -44,7 +44,7 @@ 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.20; \ + pecl install APCu-5.1.21; \ pecl install memcached-3.1.5; \ pecl install redis-5.3.4; \ \ diff --git a/4.0/php8.0/apache/Dockerfile b/4.0/php8.0/apache/Dockerfile index ff80a33..88e9f4c 100644 --- a/4.0/php8.0/apache/Dockerfile +++ b/4.0/php8.0/apache/Dockerfile @@ -46,7 +46,7 @@ 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.20; \ + pecl install APCu-5.1.21; \ pecl install memcached-3.1.5; \ pecl install redis-5.3.4; \ \ diff --git a/4.0/php8.0/fpm-alpine/Dockerfile b/4.0/php8.0/fpm-alpine/Dockerfile index 67eaf43..b272dc6 100644 --- a/4.0/php8.0/fpm-alpine/Dockerfile +++ b/4.0/php8.0/fpm-alpine/Dockerfile @@ -46,7 +46,7 @@ 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.20; \ + pecl install APCu-5.1.21; \ pecl install mcrypt-1.0.4; \ pecl install memcached-3.1.5; \ pecl install redis-5.3.4; \ diff --git a/4.0/php8.0/fpm/Dockerfile b/4.0/php8.0/fpm/Dockerfile index 778f911..689dfb2 100644 --- a/4.0/php8.0/fpm/Dockerfile +++ b/4.0/php8.0/fpm/Dockerfile @@ -44,7 +44,7 @@ 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.20; \ + pecl install APCu-5.1.21; \ pecl install memcached-3.1.5; \ pecl install redis-5.3.4; \ \ diff --git a/versions-helper.json b/versions-helper.json index 9429547..8f62314 100644 --- a/versions-helper.json +++ b/versions-helper.json @@ -6,7 +6,7 @@ "phpVersions": { "8.0": { "pecl": { - "APCu": "5.1.20", + "APCu": "5.1.21", "memcached": "3.1.5", "redis": "5.3.4", "mcrypt": "1.0.4" @@ -14,7 +14,7 @@ }, "7.4": { "pecl": { - "APCu": "5.1.20", + "APCu": "5.1.21", "memcached": "3.1.5", "redis": "5.3.4", "mcrypt": "1.0.4" @@ -35,7 +35,7 @@ "phpVersions": { "7.4": { "pecl": { - "APCu": "5.1.20", + "APCu": "5.1.21", "memcached": "3.1.5", "redis": "5.3.4", "mcrypt": "1.0.4" @@ -43,7 +43,7 @@ }, "7.3": { "pecl": { - "APCu": "5.1.20", + "APCu": "5.1.21", "memcached": "3.1.5", "redis": "5.3.4", "mcrypt": "1.0.4"