summaryrefslogtreecommitdiffstats
path: root/13.0
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2019-01-05 17:43:42 +0100
committerJ0WI <J0WI@users.noreply.github.com>2019-01-11 02:03:04 +0100
commit06c299ce5b584f6af531d35e55ef9c1e2e2490b9 (patch)
tree4fff7dcedc8a1ddc7fbf85586978b39ec4eaa698 /13.0
parent5bd47f81594091fb61a74f8c07eaf2d1331f01f7 (diff)
Update memcached to 3.1.3
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
Diffstat (limited to '13.0')
-rw-r--r--13.0/apache/Dockerfile2
-rw-r--r--13.0/fpm-alpine/Dockerfile2
-rw-r--r--13.0/fpm/Dockerfile2
3 files changed, 3 insertions, 3 deletions
diff --git a/13.0/apache/Dockerfile b/13.0/apache/Dockerfile
index bde3ca46..17a42dc4 100644
--- a/13.0/apache/Dockerfile
+++ b/13.0/apache/Dockerfile
@@ -54,7 +54,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 memcached-3.1.2; \
+ pecl install memcached-3.1.3; \
pecl install redis-4.2.0; \
pecl install imagick-3.4.3; \
\
diff --git a/13.0/fpm-alpine/Dockerfile b/13.0/fpm-alpine/Dockerfile
index 6eb98241..d5ddd23f 100644
--- a/13.0/fpm-alpine/Dockerfile
+++ b/13.0/fpm-alpine/Dockerfile
@@ -48,7 +48,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 memcached-3.1.2; \
+ pecl install memcached-3.1.3; \
pecl install redis-4.2.0; \
pecl install imagick-3.4.3; \
\
diff --git a/13.0/fpm/Dockerfile b/13.0/fpm/Dockerfile
index 080eb7d3..2199ad5b 100644
--- a/13.0/fpm/Dockerfile
+++ b/13.0/fpm/Dockerfile
@@ -54,7 +54,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 memcached-3.1.2; \
+ pecl install memcached-3.1.3; \
pecl install redis-4.2.0; \
pecl install imagick-3.4.3; \
\