mirror of
https://github.com/nextcloud/docker.git
synced 2025-04-25 12:50:54 +02:00
Update php-redis to 4.2.0 and php-apcu to 5.1.13
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
This commit is contained in:
parent
b6b83ba7ea
commit
ae849f1900
22 changed files with 44 additions and 44 deletions
|
@ -25,9 +25,9 @@ declare -A extras=(
|
|||
)
|
||||
|
||||
declare -A pecl_versions=(
|
||||
[APCu]='5.1.12'
|
||||
[APCu]='5.1.13'
|
||||
[memcached]='3.0.4'
|
||||
[redis]='4.1.1'
|
||||
[redis]='4.2.0'
|
||||
)
|
||||
|
||||
variants=(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue