summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortilosp-bot <git-bot@tilosp.de>2019-10-09 10:51:19 +0200
committerJ0WI <J0WI@users.noreply.github.com>2019-10-09 10:51:19 +0200
commit6d007ebd0bdedd444414d10ce804a416056dc54e (patch)
treee61a1a1d28e5f6914b9cd67afd9ff500c257f82e
parenta3ba284c78e575d21808d63edc229ca5a23a7554 (diff)
Run update.sh (#890)
Signed-off-by: tilosp-bot <git-bot@tilosp.de>
-rw-r--r--15.0/apache/Dockerfile2
-rw-r--r--15.0/fpm-alpine/Dockerfile2
-rw-r--r--15.0/fpm/Dockerfile2
-rw-r--r--16.0/apache/Dockerfile2
-rw-r--r--16.0/fpm-alpine/Dockerfile2
-rw-r--r--16.0/fpm/Dockerfile2
-rw-r--r--17.0/apache/Dockerfile2
-rw-r--r--17.0/fpm-alpine/Dockerfile2
-rw-r--r--17.0/fpm/Dockerfile2
9 files changed, 9 insertions, 9 deletions
diff --git a/15.0/apache/Dockerfile b/15.0/apache/Dockerfile
index 5862d6cd..15497499 100644
--- a/15.0/apache/Dockerfile
+++ b/15.0/apache/Dockerfile
@@ -56,7 +56,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.17; \
- pecl install memcached-3.1.3; \
+ pecl install memcached-3.1.4; \
pecl install redis-4.3.0; \
pecl install imagick-3.4.4; \
\
diff --git a/15.0/fpm-alpine/Dockerfile b/15.0/fpm-alpine/Dockerfile
index 5d9f6b53..39514528 100644
--- a/15.0/fpm-alpine/Dockerfile
+++ b/15.0/fpm-alpine/Dockerfile
@@ -50,7 +50,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.17; \
- pecl install memcached-3.1.3; \
+ pecl install memcached-3.1.4; \
pecl install redis-4.3.0; \
pecl install imagick-3.4.4; \
\
diff --git a/15.0/fpm/Dockerfile b/15.0/fpm/Dockerfile
index 38db82ca..e6ea5530 100644
--- a/15.0/fpm/Dockerfile
+++ b/15.0/fpm/Dockerfile
@@ -56,7 +56,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.17; \
- pecl install memcached-3.1.3; \
+ pecl install memcached-3.1.4; \
pecl install redis-4.3.0; \
pecl install imagick-3.4.4; \
\
diff --git a/16.0/apache/Dockerfile b/16.0/apache/Dockerfile
index 2e0f4baa..ea2cf105 100644
--- a/16.0/apache/Dockerfile
+++ b/16.0/apache/Dockerfile
@@ -56,7 +56,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.17; \
- pecl install memcached-3.1.3; \
+ pecl install memcached-3.1.4; \
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 1dd03fa4..7eb2699c 100644
--- a/16.0/fpm-alpine/Dockerfile
+++ b/16.0/fpm-alpine/Dockerfile
@@ -50,7 +50,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.17; \
- pecl install memcached-3.1.3; \
+ pecl install memcached-3.1.4; \
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 4b4f0d97..7e56ee65 100644
--- a/16.0/fpm/Dockerfile
+++ b/16.0/fpm/Dockerfile
@@ -56,7 +56,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.17; \
- pecl install memcached-3.1.3; \
+ pecl install memcached-3.1.4; \
pecl install redis-4.3.0; \
pecl install imagick-3.4.4; \
\
diff --git a/17.0/apache/Dockerfile b/17.0/apache/Dockerfile
index 462b636b..c2831d9e 100644
--- a/17.0/apache/Dockerfile
+++ b/17.0/apache/Dockerfile
@@ -56,7 +56,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.17; \
- pecl install memcached-3.1.3; \
+ pecl install memcached-3.1.4; \
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 6123e1bf..7dc6b1a3 100644
--- a/17.0/fpm-alpine/Dockerfile
+++ b/17.0/fpm-alpine/Dockerfile
@@ -50,7 +50,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.17; \
- pecl install memcached-3.1.3; \
+ pecl install memcached-3.1.4; \
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 58458ed8..9e7dec01 100644
--- a/17.0/fpm/Dockerfile
+++ b/17.0/fpm/Dockerfile
@@ -56,7 +56,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.17; \
- pecl install memcached-3.1.3; \
+ pecl install memcached-3.1.4; \
pecl install redis-4.3.0; \
pecl install imagick-3.4.4; \
\