mirror of
https://github.com/nextcloud/docker.git
synced 2025-02-23 18:34:54 +01:00
Ship 15.0.2 on stable channel (#615)
See: https://github.com/nextcloud/updater_server/pull/183 Signed-off-by: Tilo Spannagel <development@tilosp.de>
This commit is contained in:
parent
15ab1ccecd
commit
f081d3864d
1 changed files with 1 additions and 1 deletions
|
@ -2,8 +2,8 @@
|
|||
set -Eeuo pipefail
|
||||
|
||||
declare -A release_channel=(
|
||||
[stable]='15.0.2'
|
||||
[production]='14.0.6'
|
||||
[stable]='14.0.6'
|
||||
)
|
||||
|
||||
self="$(basename "$BASH_SOURCE")"
|
||||
|
|
Loading…
Reference in a new issue