mirror of
https://github.com/nextcloud/docker.git
synced 2024-11-05 22:04:58 +01:00
Update tags
[travis skip] Signed-off-by: Tilo Spannagel <development@tilosp.de>
This commit is contained in:
parent
05073351c4
commit
d2ccd7df04
1 changed files with 2 additions and 2 deletions
|
@ -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")"
|
||||
|
|
Loading…
Reference in a new issue