mirror of
https://github.com/nextcloud/docker.git
synced 2025-01-17 03:23:53 +01:00
Merge pull request #641 from nextcloud/update-release-channel
Update release channels
This commit is contained in:
commit
b5f659e6bd
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
|||
set -Eeuo pipefail
|
||||
|
||||
declare -A release_channel=(
|
||||
[stable]='15.0.2'
|
||||
[production]='14.0.6'
|
||||
[stable]='15.0.4'
|
||||
[production]='14.0.7'
|
||||
)
|
||||
|
||||
self="$(basename "$BASH_SOURCE")"
|
||||
|
|
Loading…
Reference in a new issue