mirror of
https://github.com/nextcloud/docker.git
synced 2025-01-30 09:18:25 +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
|
set -Eeuo pipefail
|
||||||
|
|
||||||
declare -A release_channel=(
|
declare -A release_channel=(
|
||||||
[production]='12.0.6'
|
[production]='12.0.7'
|
||||||
[stable]='13.0.1'
|
[stable]='13.0.2'
|
||||||
)
|
)
|
||||||
|
|
||||||
self="$(basename "$BASH_SOURCE")"
|
self="$(basename "$BASH_SOURCE")"
|
||||||
|
|
Loading…
Reference in a new issue