mirror of
https://github.com/nextcloud/docker.git
synced 2025-04-07 21:16:09 +02:00
Merge pull request #614 from nextcloud/production-14.0.6
Ship 14.0.6 on production channel
This commit is contained in:
commit
15ab1ccecd
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
set -Eeuo pipefail
|
set -Eeuo pipefail
|
||||||
|
|
||||||
declare -A release_channel=(
|
declare -A release_channel=(
|
||||||
[production]='13.0.8'
|
[production]='14.0.6'
|
||||||
[stable]='14.0.6'
|
[stable]='14.0.6'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue