0
0
Fork 0
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:
Guillaume Virlet 2020-08-27 23:29:00 +02:00 committed by Pierre Ozoux
parent 97f0fa6cc3
commit 83b38c57a6

View file

@ -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")"