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

Ship 15.0.7 on production and stable channel

Signed-off-by: Tilo Spannagel <development@tilosp.de>
This commit is contained in:
Tilo Spannagel 2019-04-09 17:03:49 +02:00
parent a6bcddbac1
commit ca34beed5e
No known key found for this signature in database
GPG key ID: E517E9F206B8993D

View file

@ -2,8 +2,8 @@
set -Eeuo pipefail
declare -A release_channel=(
[stable]='15.0.5'
[production]='15.0.5'
[stable]='15.0.7'
[production]='15.0.7'
)
self="$(basename "$BASH_SOURCE")"