summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGitHub Workflow <workflow@github.com>2022-09-20 00:33:20 +0000
committerGitHub Workflow <workflow@github.com>2022-09-20 00:33:20 +0000
commit85e22b4a8e6b12d82d574c7eacd68656dac85bf5 (patch)
treea8d07bc1c94f40851b71594eac8167454aaaa0a6
parentfa4d98490c7a5f6945144c8c5f288c4ebe44a1f9 (diff)
Runs update.sh
-rw-r--r--23/apache/Dockerfile2
-rw-r--r--23/fpm-alpine/Dockerfile2
-rw-r--r--23/fpm/Dockerfile2
-rw-r--r--24/apache/Dockerfile2
-rw-r--r--24/fpm-alpine/Dockerfile2
-rw-r--r--24/fpm/Dockerfile2
6 files changed, 6 insertions, 6 deletions
diff --git a/23/apache/Dockerfile b/23/apache/Dockerfile
index 0e77c64c..159194a6 100644
--- a/23/apache/Dockerfile
+++ b/23/apache/Dockerfile
@@ -61,7 +61,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.21; \
+ pecl install APCu-5.1.22; \
pecl install memcached-3.2.0; \
pecl install redis-5.3.7; \
pecl install imagick-3.7.0; \
diff --git a/23/fpm-alpine/Dockerfile b/23/fpm-alpine/Dockerfile
index 2aa4bebb..db7e768e 100644
--- a/23/fpm-alpine/Dockerfile
+++ b/23/fpm-alpine/Dockerfile
@@ -52,7 +52,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.21; \
+ pecl install APCu-5.1.22; \
pecl install memcached-3.2.0; \
pecl install redis-5.3.7; \
pecl install imagick-3.7.0; \
diff --git a/23/fpm/Dockerfile b/23/fpm/Dockerfile
index 93f83a71..dfb0d7e2 100644
--- a/23/fpm/Dockerfile
+++ b/23/fpm/Dockerfile
@@ -61,7 +61,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.21; \
+ pecl install APCu-5.1.22; \
pecl install memcached-3.2.0; \
pecl install redis-5.3.7; \
pecl install imagick-3.7.0; \
diff --git a/24/apache/Dockerfile b/24/apache/Dockerfile
index 26e76819..45d74701 100644
--- a/24/apache/Dockerfile
+++ b/24/apache/Dockerfile
@@ -61,7 +61,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.21; \
+ pecl install APCu-5.1.22; \
pecl install memcached-3.2.0; \
pecl install redis-5.3.7; \
pecl install imagick-3.7.0; \
diff --git a/24/fpm-alpine/Dockerfile b/24/fpm-alpine/Dockerfile
index 69854cdf..821a9370 100644
--- a/24/fpm-alpine/Dockerfile
+++ b/24/fpm-alpine/Dockerfile
@@ -52,7 +52,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.21; \
+ pecl install APCu-5.1.22; \
pecl install memcached-3.2.0; \
pecl install redis-5.3.7; \
pecl install imagick-3.7.0; \
diff --git a/24/fpm/Dockerfile b/24/fpm/Dockerfile
index 5c1220f4..50b78e30 100644
--- a/24/fpm/Dockerfile
+++ b/24/fpm/Dockerfile
@@ -61,7 +61,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.21; \
+ pecl install APCu-5.1.22; \
pecl install memcached-3.2.0; \
pecl install redis-5.3.7; \
pecl install imagick-3.7.0; \