0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2024-11-17 18:46:43 +01:00

update version to latest (18.0.6 and 17.0.7)

Signed-off-by: Guillaume Virlet <github@virlet.org>
This commit is contained in:
Guillaume Virlet 2020-06-28 11:36:07 +02:00
parent c135f7ef60
commit 2e15b8bca5

View file

@ -2,8 +2,8 @@
set -Eeuo pipefail
declare -A release_channel=(
[stable]='18.0.4'
[production]='17.0.6'
[stable]='18.0.6'
[production]='17.0.7'
)
self="$(basename "$BASH_SOURCE")"