0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-03-15 19:05:09 +01:00

Merge branch 'master' into stable-15.0.2

This commit is contained in:
Tilo Spannagel 2019-01-21 16:49:32 +01:00 committed by GitHub
commit 9bb1c599b6
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=(
[production]='13.0.8'
[stable]='15.0.2' [stable]='15.0.2'
[production]='14.0.6'
) )
self="$(basename "$BASH_SOURCE")" self="$(basename "$BASH_SOURCE")"