summaryrefslogtreecommitdiffstats
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
parent5bd47f81594091fb61a74f8c07eaf2d1331f01f7 (diff)
Update memcached to 3.1.3
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
-rw-r--r--13.0/apache/Dockerfile2
-rw-r--r--13.0/fpm-alpine/Dockerfile2
-rw-r--r--13.0/fpm/Dockerfile2
-rw-r--r--14.0/apache/Dockerfile2
-rw-r--r--14.0/fpm-alpine/Dockerfile2
-rw-r--r--14.0/fpm/Dockerfile2
-rw-r--r--15.0/apache/Dockerfile2
-rw-r--r--15.0/fpm-alpine/Dockerfile2
-rw-r--r--15.0/fpm/Dockerfile2
-rwxr-xr-xupdate.sh2
10 files changed, 10 insertions, 10 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; \
\
diff --git a/14.0/apache/Dockerfile b/14.0/apache/Dockerfile
index 64ed7f0c..d049dd7d 100644
--- a/14.0/apache/Dockerfile
+++ b/14.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/14.0/fpm-alpine/Dockerfile b/14.0/fpm-alpine/Dockerfile
index 5c3d8040..29fc9671 100644
--- a/14.0/fpm-alpine/Dockerfile
+++ b/14.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/14.0/fpm/Dockerfile b/14.0/fpm/Dockerfile
index a547b05f..81f13f36 100644
--- a/14.0/fpm/Dockerfile
+++ b/14.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; \
\
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; \
\
diff --git a/update.sh b/update.sh
index 16cea76c..9b6149d7 100755
--- a/update.sh
+++ b/update.sh
@@ -26,7 +26,7 @@ declare -A extras=(
declare -A pecl_versions=(
[APCu]='5.1.16'
- [memcached]='3.1.2'
+ [memcached]='3.1.3'
[redis]='4.2.0'
[imagick]='3.4.3'
)