mirror of
https://github.com/nextcloud/docker.git
synced 2025-01-18 03:53:53 +01:00
Merge pull request #322 from nextcloud/13.0.2-maintenance
Update production and stable release channel
This commit is contained in:
commit
763622d867
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
|||
set -Eeuo pipefail
|
||||
|
||||
declare -A release_channel=(
|
||||
[production]='12.0.6'
|
||||
[stable]='13.0.1'
|
||||
[production]='12.0.7'
|
||||
[stable]='13.0.2'
|
||||
)
|
||||
|
||||
self="$(basename "$BASH_SOURCE")"
|
||||
|
|
Loading…
Reference in a new issue