summaryrefslogtreecommitdiffstats
path: root/13.0
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2018-12-10 23:24:35 +0100
committerJ0WI <J0WI@users.noreply.github.com>2018-12-11 00:13:10 +0100
commitde2f3c57eee28d09dd165b3e4f9541bbb8bf2883 (patch)
tree7ea4cb5ea53e109e6cbfb73b61b510e430581abc /13.0
parent6467871d7aee450fe5edb30612c8af3a27ba1332 (diff)
Update APCu to 5.1.15
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
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 3d9bfd21..2a3ba93e 100644
--- a/13.0/apache/Dockerfile
+++ b/13.0/apache/Dockerfile
@@ -51,7 +51,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.14; \
+ pecl install APCu-5.1.15; \
pecl install memcached-3.0.4; \
pecl install redis-4.2.0; \
\
diff --git a/13.0/fpm-alpine/Dockerfile b/13.0/fpm-alpine/Dockerfile
index 1b00be70..9f22e0f2 100644
--- a/13.0/fpm-alpine/Dockerfile
+++ b/13.0/fpm-alpine/Dockerfile
@@ -45,7 +45,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.14; \
+ pecl install APCu-5.1.15; \
pecl install memcached-3.0.4; \
pecl install redis-4.2.0; \
\
diff --git a/13.0/fpm/Dockerfile b/13.0/fpm/Dockerfile
index 58047d6e..8ec966da 100644
--- a/13.0/fpm/Dockerfile
+++ b/13.0/fpm/Dockerfile
@@ -51,7 +51,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.14; \
+ pecl install APCu-5.1.15; \
pecl install memcached-3.0.4; \
pecl install redis-4.2.0; \
\