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

Merge pull request #881 from nextcloud/stable-16.0.5

Ship 16.0.5 on stable channel
This commit is contained in:
Tilo Spannagel 2019-10-01 19:05:05 +02:00 committed by GitHub
commit 1985c8235d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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