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:
authorJ0WI <J0WI@users.noreply.github.com>2019-02-10 22:54:46 +0300
committerJ0WI <J0WI@users.noreply.github.com>2019-02-10 22:57:47 +0300
commit891feeaf9485b9dba320aeac61504a81bfaeb462 (patch)
treedfcfc779c97ce3bef07eaf9cd3ad2b5455b472af
parent4c0d269740704b19b11dcb5522cbc3c23fec2906 (diff)
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 7cddbb0..5f189da 100644
--- a/13.0/apache/Dockerfile
+++ b/13.0/apache/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.16; \
+ pecl install APCu-5.1.17; \
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 aa21060..05ec096 100644
--- a/13.0/fpm-alpine/Dockerfile
+++ b/13.0/fpm-alpine/Dockerfile
@@ -47,7 +47,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 APCu-5.1.17; \
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 4200fcd..7062352 100644
--- a/13.0/fpm/Dockerfile
+++ b/13.0/fpm/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.16; \
+ pecl install APCu-5.1.17; \
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 070f398..3775aa7 100644
--- a/14.0/apache/Dockerfile
+++ b/14.0/apache/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.16; \
+ pecl install APCu-5.1.17; \
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 8c62f7c..b0a4f24 100644
--- a/14.0/fpm-alpine/Dockerfile
+++ b/14.0/fpm-alpine/Dockerfile
@@ -47,7 +47,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 APCu-5.1.17; \
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 93a1223..c7d608f 100644
--- a/14.0/fpm/Dockerfile
+++ b/14.0/fpm/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.16; \
+ pecl install APCu-5.1.17; \
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 409b803..35420f3 100644
--- a/15.0/apache/Dockerfile
+++ b/15.0/apache/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.16; \
+ pecl install APCu-5.1.17; \
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 0fe035f..946e2eb 100644
--- a/15.0/fpm-alpine/Dockerfile
+++ b/15.0/fpm-alpine/Dockerfile
@@ -47,7 +47,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 APCu-5.1.17; \
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 6254415..c292d51 100644
--- a/15.0/fpm/Dockerfile
+++ b/15.0/fpm/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.16; \
+ pecl install APCu-5.1.17; \
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 12db63d..8dc4c81 100755
--- a/update.sh
+++ b/update.sh
@@ -26,7 +26,7 @@ declare -A extras=(
)
declare -A pecl_versions=(
- [APCu]='5.1.16'
+ [APCu]='5.1.17'
[memcached]='3.1.3'
[redis]='4.2.0'
[imagick]='3.4.3'