summaryrefslogtreecommitdiffstats
path: root/16.0
diff options
context:
space:
mode:
authortilosp-bot <git-bot@tilosp.de>2019-12-04 14:00:32 +0000
committertilosp-bot <git-bot@tilosp.de>2019-12-04 14:00:32 +0000
commit76dbb0bb6e2f3f2456dab53b4b67aeab3a40e4e5 (patch)
treea8a7c957cebcf343cceb79fa7afb7e166294dcb7 /16.0
parentf2489f014216122820d159c1c31081a069461c32 (diff)
Signed-off-by: tilosp-bot <git-bot@tilosp.de>
Diffstat (limited to '16.0')
-rw-r--r--16.0/apache/Dockerfile2
-rw-r--r--16.0/fpm-alpine/Dockerfile2
-rw-r--r--16.0/fpm/Dockerfile2
3 files changed, 3 insertions, 3 deletions
diff --git a/16.0/apache/Dockerfile b/16.0/apache/Dockerfile
index ca1ae292..2e1ca045 100644
--- a/16.0/apache/Dockerfile
+++ b/16.0/apache/Dockerfile
@@ -60,7 +60,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.18; \
- pecl install memcached-3.1.4; \
+ pecl install memcached-3.1.5; \
pecl install redis-4.3.0; \
pecl install imagick-3.4.4; \
\
diff --git a/16.0/fpm-alpine/Dockerfile b/16.0/fpm-alpine/Dockerfile
index 419b3ba3..9e193e49 100644
--- a/16.0/fpm-alpine/Dockerfile
+++ b/16.0/fpm-alpine/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.18; \
- pecl install memcached-3.1.4; \
+ pecl install memcached-3.1.5; \
pecl install redis-4.3.0; \
pecl install imagick-3.4.4; \
\
diff --git a/16.0/fpm/Dockerfile b/16.0/fpm/Dockerfile
index 3f9d4013..4f0617bc 100644
--- a/16.0/fpm/Dockerfile
+++ b/16.0/fpm/Dockerfile
@@ -60,7 +60,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.18; \
- pecl install memcached-3.1.4; \
+ pecl install memcached-3.1.5; \
pecl install redis-4.3.0; \
pecl install imagick-3.4.4; \
\