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:
parent
c135f7ef60
commit
2e15b8bca5
1 changed files with 2 additions and 2 deletions
|
@ -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")"
|
||||
|
|
Loading…
Reference in a new issue