summaryrefslogtreecommitdiffstats
path: root/27
diff options
context:
space:
mode:
authorGitHub Workflow <workflow@github.com>2023-11-12 00:34:24 +0000
committerGitHub Workflow <workflow@github.com>2023-11-12 00:34:24 +0000
commitaaadffffb3e295d6ddb58a599b38c6c0add5986e (patch)
tree417be3de3442eeaaabb7dab462781f520468d9a5 /27
parent8a08d4191cfa15a4ae277cd6ef5ea923aae44176 (diff)
Runs update.sh
Diffstat (limited to '27')
-rw-r--r--27/apache/Dockerfile2
-rw-r--r--27/fpm-alpine/Dockerfile2
-rw-r--r--27/fpm/Dockerfile2
3 files changed, 3 insertions, 3 deletions
diff --git a/27/apache/Dockerfile b/27/apache/Dockerfile
index 8456bfc3..36576329 100644
--- a/27/apache/Dockerfile
+++ b/27/apache/Dockerfile
@@ -63,7 +63,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.22; \
+ pecl install APCu-5.1.23; \
pecl install imagick-3.7.0; \
pecl install memcached-3.2.0; \
pecl install redis-6.0.2; \
diff --git a/27/fpm-alpine/Dockerfile b/27/fpm-alpine/Dockerfile
index f9b2db70..66e5df1d 100644
--- a/27/fpm-alpine/Dockerfile
+++ b/27/fpm-alpine/Dockerfile
@@ -54,7 +54,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.22; \
+ pecl install APCu-5.1.23; \
pecl install imagick-3.7.0; \
pecl install memcached-3.2.0; \
pecl install redis-6.0.2; \
diff --git a/27/fpm/Dockerfile b/27/fpm/Dockerfile
index c445ce84..34ab45c5 100644
--- a/27/fpm/Dockerfile
+++ b/27/fpm/Dockerfile
@@ -63,7 +63,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.22; \
+ pecl install APCu-5.1.23; \
pecl install imagick-3.7.0; \
pecl install memcached-3.2.0; \
pecl install redis-6.0.2; \