summaryrefslogtreecommitdiffstats
path: root/17.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 /17.0
parentf2489f014216122820d159c1c31081a069461c32 (diff)
Signed-off-by: tilosp-bot <git-bot@tilosp.de>
Diffstat (limited to '17.0')
-rw-r--r--17.0/apache/Dockerfile2
-rw-r--r--17.0/fpm-alpine/Dockerfile2
-rw-r--r--17.0/fpm/Dockerfile2
3 files changed, 3 insertions, 3 deletions
diff --git a/17.0/apache/Dockerfile b/17.0/apache/Dockerfile
index acd53038..a55fcf22 100644
--- a/17.0/apache/Dockerfile
+++ b/17.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/17.0/fpm-alpine/Dockerfile b/17.0/fpm-alpine/Dockerfile
index 00353ccb..ce33a7f2 100644
--- a/17.0/fpm-alpine/Dockerfile
+++ b/17.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/17.0/fpm/Dockerfile b/17.0/fpm/Dockerfile
index 9f89a4e1..8046714d 100644
--- a/17.0/fpm/Dockerfile
+++ b/17.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; \
\