summaryrefslogtreecommitdiffstats
path: root/15.0
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2018-12-11 01:50:16 +0100
committerGitHub <noreply@github.com>2018-12-11 01:50:16 +0100
commit783232840a16a3f9100da526edf8ca597800ac2a (patch)
tree7ea4cb5ea53e109e6cbfb73b61b510e430581abc /15.0
parent6467871d7aee450fe5edb30612c8af3a27ba1332 (diff)
parentde2f3c57eee28d09dd165b3e4f9541bbb8bf2883 (diff)
Merge pull request #572 from J0WI/APCu-5.1.15
Update APCu to 5.1.15
Diffstat (limited to '15.0')
-rw-r--r--15.0/apache/Dockerfile2
-rw-r--r--15.0/fpm-alpine/Dockerfile2
-rw-r--r--15.0/fpm/Dockerfile2
3 files changed, 3 insertions, 3 deletions
diff --git a/15.0/apache/Dockerfile b/15.0/apache/Dockerfile
index 64cfc36e..48f1195b 100644
--- a/15.0/apache/Dockerfile
+++ b/15.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/15.0/fpm-alpine/Dockerfile b/15.0/fpm-alpine/Dockerfile
index 56044797..d015b235 100644
--- a/15.0/fpm-alpine/Dockerfile
+++ b/15.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/15.0/fpm/Dockerfile b/15.0/fpm/Dockerfile
index 06bd3da4..6b2c696a 100644
--- a/15.0/fpm/Dockerfile
+++ b/15.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; \
\