Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/docker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitHub Workflow <workflow@github.com>2022-03-11 03:27:46 +0300
committerGitHub Workflow <workflow@github.com>2022-03-11 03:27:46 +0300
commit3a5086de638a87ee66a2529857fe660d783bca1a (patch)
tree6f990b61b9356591a501dc89b82d478cd241e2fe
parent76b79690dc98fba0d372bea6ecebe9c5235e3776 (diff)
Runs update.sh
-rw-r--r--21/apache/Dockerfile2
-rw-r--r--21/fpm-alpine/Dockerfile2
-rw-r--r--21/fpm/Dockerfile2
-rw-r--r--22/apache/Dockerfile2
-rw-r--r--22/fpm-alpine/Dockerfile2
-rw-r--r--22/fpm/Dockerfile2
-rw-r--r--23/apache/Dockerfile2
-rw-r--r--23/fpm-alpine/Dockerfile2
-rw-r--r--23/fpm/Dockerfile2
9 files changed, 9 insertions, 9 deletions
diff --git a/21/apache/Dockerfile b/21/apache/Dockerfile
index 434b10e..82a14dd 100644
--- a/21/apache/Dockerfile
+++ b/21/apache/Dockerfile
@@ -62,7 +62,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.21; \
- pecl install memcached-3.2.0RC1; \
+ pecl install memcached-3.2.0RC2; \
pecl install redis-5.3.7; \
pecl install imagick-3.7.0; \
\
diff --git a/21/fpm-alpine/Dockerfile b/21/fpm-alpine/Dockerfile
index 46d30d5..16f892c 100644
--- a/21/fpm-alpine/Dockerfile
+++ b/21/fpm-alpine/Dockerfile
@@ -53,7 +53,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.21; \
- pecl install memcached-3.2.0RC1; \
+ pecl install memcached-3.2.0RC2; \
pecl install redis-5.3.7; \
pecl install imagick-3.7.0; \
\
diff --git a/21/fpm/Dockerfile b/21/fpm/Dockerfile
index a13db83..b26e241 100644
--- a/21/fpm/Dockerfile
+++ b/21/fpm/Dockerfile
@@ -62,7 +62,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.21; \
- pecl install memcached-3.2.0RC1; \
+ pecl install memcached-3.2.0RC2; \
pecl install redis-5.3.7; \
pecl install imagick-3.7.0; \
\
diff --git a/22/apache/Dockerfile b/22/apache/Dockerfile
index 4bff8c8..55a458a 100644
--- a/22/apache/Dockerfile
+++ b/22/apache/Dockerfile
@@ -62,7 +62,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.21; \
- pecl install memcached-3.2.0RC1; \
+ pecl install memcached-3.2.0RC2; \
pecl install redis-5.3.7; \
pecl install imagick-3.7.0; \
\
diff --git a/22/fpm-alpine/Dockerfile b/22/fpm-alpine/Dockerfile
index 7774104..b2f2126 100644
--- a/22/fpm-alpine/Dockerfile
+++ b/22/fpm-alpine/Dockerfile
@@ -53,7 +53,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.21; \
- pecl install memcached-3.2.0RC1; \
+ pecl install memcached-3.2.0RC2; \
pecl install redis-5.3.7; \
pecl install imagick-3.7.0; \
\
diff --git a/22/fpm/Dockerfile b/22/fpm/Dockerfile
index 928eaa2..84bdcaa 100644
--- a/22/fpm/Dockerfile
+++ b/22/fpm/Dockerfile
@@ -62,7 +62,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.21; \
- pecl install memcached-3.2.0RC1; \
+ pecl install memcached-3.2.0RC2; \
pecl install redis-5.3.7; \
pecl install imagick-3.7.0; \
\
diff --git a/23/apache/Dockerfile b/23/apache/Dockerfile
index 380b5ad..a43e71a 100644
--- a/23/apache/Dockerfile
+++ b/23/apache/Dockerfile
@@ -62,7 +62,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.21; \
- pecl install memcached-3.2.0RC1; \
+ pecl install memcached-3.2.0RC2; \
pecl install redis-5.3.7; \
pecl install imagick-3.7.0; \
\
diff --git a/23/fpm-alpine/Dockerfile b/23/fpm-alpine/Dockerfile
index 9e5d93a..0b62d4f 100644
--- a/23/fpm-alpine/Dockerfile
+++ b/23/fpm-alpine/Dockerfile
@@ -53,7 +53,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.21; \
- pecl install memcached-3.2.0RC1; \
+ pecl install memcached-3.2.0RC2; \
pecl install redis-5.3.7; \
pecl install imagick-3.7.0; \
\
diff --git a/23/fpm/Dockerfile b/23/fpm/Dockerfile
index 2f53d7c..07cca19 100644
--- a/23/fpm/Dockerfile
+++ b/23/fpm/Dockerfile
@@ -62,7 +62,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.21; \
- pecl install memcached-3.2.0RC1; \
+ pecl install memcached-3.2.0RC2; \
pecl install redis-5.3.7; \
pecl install imagick-3.7.0; \
\