1
0
mirror of https://github.com/nextcloud/docker.git synced 2024-06-25 16:57:41 +02:00

Update tags

[travis skip]

Signed-off-by: Tilo Spannagel <development@tilosp.de>
This commit is contained in:
Tilo Spannagel 2019-05-16 12:34:34 +02:00
parent 05073351c4
commit d2ccd7df04

View File

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