mirror of
https://github.com/nextcloud/docker.git
synced 2024-11-06 06:14:57 +01:00
move stable from NC18 to NC19 and production from NC17 o NC18 [Fix #1175]
Signed-off-by: Guillaume Virlet <github@virlet.org>
This commit is contained in:
parent
97f0fa6cc3
commit
83b38c57a6
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]='18.0.7'
|
[stable]='19.0.2'
|
||||||
[production]='17.0.8'
|
[production]='18.0.8'
|
||||||
)
|
)
|
||||||
|
|
||||||
self="$(basename "$BASH_SOURCE")"
|
self="$(basename "$BASH_SOURCE")"
|
||||||
|
|
Loading…
Reference in a new issue