mirror of
https://github.com/nextcloud/docker.git
synced 2025-01-26 07:28:26 +01:00
Merge pull request #499 from nextcloud/stable-13.0.7
Ship 13.0.7 on production and stable
This commit is contained in:
commit
3770bbcb26
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]='13.0.6'
|
[production]='13.0.7'
|
||||||
[stable]='13.0.6'
|
[stable]='13.0.7'
|
||||||
)
|
)
|
||||||
|
|
||||||
self="$(basename "$BASH_SOURCE")"
|
self="$(basename "$BASH_SOURCE")"
|
||||||
|
|
Loading…
Reference in a new issue