0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-04-25 12:50:54 +02:00

Update php-memcached to 3.1.2 and APCu to 5.1.16

Signed-off-by: J0WI <J0WI@users.noreply.github.com>
This commit is contained in:
J0WI 2018-12-22 17:14:05 +01:00
parent 9ecaf51c4f
commit 5bd47f8159
12 changed files with 31 additions and 20 deletions

View file

@ -25,8 +25,8 @@ declare -A extras=(
)
declare -A pecl_versions=(
[APCu]='5.1.15'
[memcached]='3.0.4'
[APCu]='5.1.16'
[memcached]='3.1.2'
[redis]='4.2.0'
[imagick]='3.4.3'
)