summaryrefslogtreecommitdiffstats
path: root/15.0
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2019-02-10 20:54:46 +0100
committerJ0WI <J0WI@users.noreply.github.com>2019-02-10 20:57:47 +0100
commit891feeaf9485b9dba320aeac61504a81bfaeb462 (patch)
treedfcfc779c97ce3bef07eaf9cd3ad2b5455b472af /15.0
parent4c0d269740704b19b11dcb5522cbc3c23fec2906 (diff)
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
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 409b8035..35420f32 100644
--- a/15.0/apache/Dockerfile
+++ b/15.0/apache/Dockerfile
@@ -53,7 +53,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.16; \
+ pecl install APCu-5.1.17; \
pecl install memcached-3.1.3; \
pecl install redis-4.2.0; \
pecl install imagick-3.4.3; \
diff --git a/15.0/fpm-alpine/Dockerfile b/15.0/fpm-alpine/Dockerfile
index 0fe035f8..946e2ebd 100644
--- a/15.0/fpm-alpine/Dockerfile
+++ b/15.0/fpm-alpine/Dockerfile
@@ -47,7 +47,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.16; \
+ pecl install APCu-5.1.17; \
pecl install memcached-3.1.3; \
pecl install redis-4.2.0; \
pecl install imagick-3.4.3; \
diff --git a/15.0/fpm/Dockerfile b/15.0/fpm/Dockerfile
index 62544154..c292d513 100644
--- a/15.0/fpm/Dockerfile
+++ b/15.0/fpm/Dockerfile
@@ -53,7 +53,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.16; \
+ pecl install APCu-5.1.17; \
pecl install memcached-3.1.3; \
pecl install redis-4.2.0; \
pecl install imagick-3.4.3; \