0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2024-09-30 16:32:36 +02:00

Merge pull request #661 from nextcloud/tilosp/production-15.0.4

Ship 15.0.4 on production channel
This commit is contained in:
Tilo Spannagel 2019-02-27 00:21:24 +01:00 committed by GitHub
commit 2a7ac51730
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]='15.0.4' [stable]='15.0.4'
[production]='14.0.7' [production]='15.0.4'
) )
self="$(basename "$BASH_SOURCE")" self="$(basename "$BASH_SOURCE")"