0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-02-12 14:08:27 +01:00

Merge pull request #330 from nextcloud/production-13

Ship 13 on production channel
This commit is contained in:
Tilo Spannagel 2018-05-07 14:17:23 +02:00 committed by GitHub
commit adff4fe439
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]='12.0.7'
[production]='13.0.2'
[stable]='13.0.2'
)