mirror of
https://github.com/nextcloud/docker.git
synced 2025-03-14 18:35:08 +01:00
Pin redis version
Signed-off-by: Tilo Spannagel <development@tilosp.de>
This commit is contained in:
parent
a86ae962b4
commit
d74a18bbd9
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ imagick_version="$(
|
|||
declare -A pecl_versions=(
|
||||
[APCu]="$apcu_version"
|
||||
[memcached]="$memcached_version"
|
||||
[redis]="$redis_version"
|
||||
[redis]="4.3.0"
|
||||
[imagick]="$imagick_version"
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue