mirror of
https://github.com/nextcloud/docker.git
synced 2025-01-26 23:48:27 +01:00
Update release channels
https://github.com/nextcloud/updater_server/pull/236
This commit is contained in:
parent
c956cf7fa6
commit
66c5d81dbd
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
||||||
set -Eeuo pipefail
|
set -Eeuo pipefail
|
||||||
|
|
||||||
declare -A release_channel=(
|
declare -A release_channel=(
|
||||||
[stable]='16.0.1'
|
[stable]='16.0.3'
|
||||||
[production]='15.0.8'
|
[production]='15.0.10'
|
||||||
)
|
)
|
||||||
|
|
||||||
self="$(basename "$BASH_SOURCE")"
|
self="$(basename "$BASH_SOURCE")"
|
||||||
|
|
Loading…
Reference in a new issue