0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2024-09-30 08:22:37 +02:00

Update production to 17

8548a69aca
This commit is contained in:
Tilo Spannagel 2020-03-09 14:05:31 +01:00 committed by GitHub
parent 53625027bd
commit 4aa429ed7d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@ set -Eeuo pipefail
declare -A release_channel=( declare -A release_channel=(
[stable]='18.0.1' [stable]='18.0.1'
[production]='16.0.8' [production]='17.0.3'
) )
self="$(basename "$BASH_SOURCE")" self="$(basename "$BASH_SOURCE")"