0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-01-23 22:23:54 +01:00

Update stable and production channels (18.0.7 and 17.0.8 respectively)

Signed-off-by: Florian Friedrich <ffried@me.com>
This commit is contained in:
Florian Friedrich 2020-07-20 13:59:36 +02:00
parent 476e60305b
commit 9d5a5a7b57
No known key found for this signature in database
GPG key ID: 5F2F8CADF15B7C89

View file

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