mirror of
https://github.com/nextcloud/docker.git
synced 2024-11-05 22:04:58 +01:00
Update redis to version 4.1.1
Signed-off-by: Tilo Spannagel <development@tilosp.de>
This commit is contained in:
parent
63cde1e682
commit
a33d46c03c
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ declare -A extras=(
|
|||
declare -A pecl_versions=(
|
||||
[APCu]='5.1.12'
|
||||
[memcached]='3.0.4'
|
||||
[redis]='3.1.6'
|
||||
[redis]='4.1.1'
|
||||
)
|
||||
|
||||
variants=(
|
||||
|
|
Loading…
Reference in a new issue