0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-03-15 19:05:09 +01:00

Ship 15.0.2 on stable channel

See: https://github.com/nextcloud/updater_server/pull/183
Signed-off-by: Tilo Spannagel <development@tilosp.de>
This commit is contained in:
Tilo Spannagel 2019-01-21 15:50:48 +01:00
parent 8d133d39e6
commit 5215b7fdb6
No known key found for this signature in database
GPG key ID: E517E9F206B8993D

View file

@ -3,7 +3,7 @@ set -Eeuo pipefail
declare -A release_channel=( declare -A release_channel=(
[production]='13.0.8' [production]='13.0.8'
[stable]='14.0.6' [stable]='15.0.2'
) )
self="$(basename "$BASH_SOURCE")" self="$(basename "$BASH_SOURCE")"