0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-01-21 05:13:52 +01:00

Merge pull request #1167 from doc75/update-version

update version to latest (18.0.6 and 17.0.7)
This commit is contained in:
Tilo Spannagel 2020-06-29 15:27:01 +02:00 committed by GitHub
commit f1998803d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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