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:
parent
a6bcddbac1
commit
ca34beed5e
1 changed files with 2 additions and 2 deletions
|
@ -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")"
|
||||
|
|
Loading…
Reference in a new issue