mirror of
https://github.com/nextcloud/docker.git
synced 2025-03-17 03:45:09 +01:00
Merge pull request #442 from nextcloud/ship-13.0.6
Ship 13.0.6 on stable and production channel
This commit is contained in:
commit
61829178ab
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
|||
set -Eeuo pipefail
|
||||
|
||||
declare -A release_channel=(
|
||||
[production]='13.0.4'
|
||||
[stable]='13.0.5'
|
||||
[production]='13.0.6'
|
||||
[stable]='13.0.6'
|
||||
)
|
||||
|
||||
self="$(basename "$BASH_SOURCE")"
|
||||
|
|
Loading…
Add table
Reference in a new issue