mirror of
https://github.com/nextcloud/docker.git
synced 2024-12-26 02:56:13 +01:00
Update memcached to 3.1.3
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
This commit is contained in:
parent
5bd47f8159
commit
06c299ce5b
10 changed files with 10 additions and 10 deletions
|
@ -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; \
|
||||
\
|
||||
|
|
|
@ -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; \
|
||||
\
|
||||
|
|
|
@ -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; \
|
||||
\
|
||||
|
|
|
@ -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; \
|
||||
\
|
||||
|
|
|
@ -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; \
|
||||
\
|
||||
|
|
|
@ -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; \
|
||||
\
|
||||
|
|
|
@ -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; \
|
||||
\
|
||||
|
|
|
@ -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; \
|
||||
\
|
||||
|
|
|
@ -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; \
|
||||
\
|
||||
|
|
|
@ -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'
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue