0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-04-30 06:20:54 +02:00

Update to 15.0.9 and 16.0.2 (#796)

* Run update.sh

Signed-off-by: tilosp-bot <git-bot@tilosp.de>

* Run update.sh

Signed-off-by: tilosp-bot <git-bot@tilosp.de>

* Pin redis version

Signed-off-by: Tilo Spannagel <development@tilosp.de>

* Run update.sh

Signed-off-by: tilosp-bot <git-bot@tilosp.de>
This commit is contained in:
tilosp-bot 2019-07-06 12:50:44 +02:00 committed by J0WI
parent 4df6f79568
commit 1d4be7e931
64 changed files with 7 additions and 2203 deletions

View file

@ -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"
)