mirror of
https://github.com/nextcloud/docker.git
synced 2025-01-17 03:23:53 +01:00
Update stable tag to 14.0.6
Signed-off-by: Tilo Spannagel <development@tilosp.de>
This commit is contained in:
parent
11a6e69371
commit
57b9193096
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ set -Eeuo pipefail
|
|||
|
||||
declare -A release_channel=(
|
||||
[production]='13.0.8'
|
||||
[stable]='14.0.4'
|
||||
[stable]='14.0.6'
|
||||
)
|
||||
|
||||
self="$(basename "$BASH_SOURCE")"
|
||||
|
|
Loading…
Reference in a new issue