summaryrefslogtreecommitdiffstats
path: root/13.0
diff options
context:
space:
mode:
Diffstat (limited to '13.0')
-rw-r--r--13.0/apache/Dockerfile2
-rw-r--r--13.0/fpm-alpine/Dockerfile2
-rw-r--r--13.0/fpm/Dockerfile2
3 files changed, 3 insertions, 3 deletions
diff --git a/13.0/apache/Dockerfile b/13.0/apache/Dockerfile
index 818f87a7..4e9d6d35 100644
--- a/13.0/apache/Dockerfile
+++ b/13.0/apache/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.11; \
+ pecl install APCu-5.1.12; \
pecl install memcached-3.0.4; \
pecl install redis-3.1.6; \
\
diff --git a/13.0/fpm-alpine/Dockerfile b/13.0/fpm-alpine/Dockerfile
index 25f50d58..b170f7b2 100644
--- a/13.0/fpm-alpine/Dockerfile
+++ b/13.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.11; \
+ pecl install APCu-5.1.12; \
pecl install memcached-3.0.4; \
pecl install redis-3.1.6; \
\
diff --git a/13.0/fpm/Dockerfile b/13.0/fpm/Dockerfile
index 93ac311c..022e62e4 100644
--- a/13.0/fpm/Dockerfile
+++ b/13.0/fpm/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.11; \
+ pecl install APCu-5.1.12; \
pecl install memcached-3.0.4; \
pecl install redis-3.1.6; \
\