mirror of
https://github.com/nextcloud/docker.git
synced 2025-02-01 01:38:25 +01:00
Ship 13.0.4 on stable channel
Signed-off-by: Tilo Spannagel <development@tilosp.de>
This commit is contained in:
parent
12c61283e0
commit
c0708d7967
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ set -Eeuo pipefail
|
|||
|
||||
declare -A release_channel=(
|
||||
[production]='13.0.2'
|
||||
[stable]='13.0.3'
|
||||
[stable]='13.0.4'
|
||||
)
|
||||
|
||||
self="$(basename "$BASH_SOURCE")"
|
||||
|
|
Loading…
Reference in a new issue