summaryrefslogtreecommitdiffstats
path: root/14.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 /14.0
parent6467871d7aee450fe5edb30612c8af3a27ba1332 (diff)
Update APCu to 5.1.15
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
Diffstat (limited to '14.0')
-rw-r--r--14.0/apache/Dockerfile2
-rw-r--r--14.0/fpm-alpine/Dockerfile2
-rw-r--r--14.0/fpm/Dockerfile2
3 files changed, 3 insertions, 3 deletions
diff --git a/14.0/apache/Dockerfile b/14.0/apache/Dockerfile
index 0eac1d0b..9ac1e34a 100644
--- a/14.0/apache/Dockerfile
+++ b/14.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/14.0/fpm-alpine/Dockerfile b/14.0/fpm-alpine/Dockerfile
index 3ca9b7eb..87dd98ce 100644
--- a/14.0/fpm-alpine/Dockerfile
+++ b/14.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/14.0/fpm/Dockerfile b/14.0/fpm/Dockerfile
index 4097d56d..966c4be3 100644
--- a/14.0/fpm/Dockerfile
+++ b/14.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; \
\