mirror of
https://github.com/nextcloud/docker.git
synced 2025-03-17 03:45:09 +01:00
Update production and stable release channel
This commit is contained in:
parent
4b276c9486
commit
532d3c4fb8
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…
Add table
Reference in a new issue