mirror of
https://github.com/nextcloud/docker.git
synced 2024-11-17 18:46:43 +01:00
Ship 13.0.5 on stable channel
This commit is contained in:
parent
66fcf0ba1f
commit
cfa514bbd8
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ set -Eeuo pipefail
|
|||
|
||||
declare -A release_channel=(
|
||||
[production]='13.0.4'
|
||||
[stable]='13.0.4'
|
||||
[stable]='13.0.5'
|
||||
)
|
||||
|
||||
self="$(basename "$BASH_SOURCE")"
|
||||
|
|
Loading…
Reference in a new issue