0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2024-11-17 18:46:43 +01:00

Ship 16.0.5 on stable channel

See: https://github.com/nextcloud/updater_server/pull/265
Signed-off-by: Tilo Spannagel <development@tilosp.de>
This commit is contained in:
Tilo Spannagel 2019-10-01 10:01:51 +02:00
parent f165752597
commit 8bc140d40f

View file

@ -2,7 +2,7 @@
set -Eeuo pipefail
declare -A release_channel=(
[stable]='16.0.4'
[stable]='16.0.5'
[production]='16.0.4'
)