summaryrefslogtreecommitdiffstats
path: root/15.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 /15.0
parent5bd47f81594091fb61a74f8c07eaf2d1331f01f7 (diff)
Update memcached to 3.1.3
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 0f4ed34c..f007010e 100644
--- a/15.0/apache/Dockerfile
+++ b/15.0/apache/Dockerfile
@@ -55,7 +55,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/15.0/fpm-alpine/Dockerfile b/15.0/fpm-alpine/Dockerfile
index 40183188..7a66f38a 100644
--- a/15.0/fpm-alpine/Dockerfile
+++ b/15.0/fpm-alpine/Dockerfile
@@ -49,7 +49,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/15.0/fpm/Dockerfile b/15.0/fpm/Dockerfile
index b2d17da1..3eea2541 100644
--- a/15.0/fpm/Dockerfile
+++ b/15.0/fpm/Dockerfile
@@ -55,7 +55,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; \
\