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

Merge pull request #614 from nextcloud/production-14.0.6

Ship 14.0.6 on production channel
This commit is contained in:
Tilo Spannagel 2019-01-21 16:27:14 +01:00 committed by GitHub
commit 15ab1ccecd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
set -Eeuo pipefail
declare -A release_channel=(
[production]='13.0.8'
[production]='14.0.6'
[stable]='14.0.6'
)