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:
parent
8d133d39e6
commit
5215b7fdb6
1 changed files with 1 additions and 1 deletions
|
@ -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")"
|
||||||
|
|
Loading…
Add table
Reference in a new issue