mirror of
https://github.com/nextcloud/docker.git
synced 2025-02-04 10:38:26 +01:00
Update release channels
This commit is contained in:
parent
1166763a8c
commit
d6df1446c9
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
|||
set -Eeuo pipefail
|
||||
|
||||
declare -A release_channel=(
|
||||
[stable]='18.0.3'
|
||||
[production]='17.0.5'
|
||||
[stable]='18.0.4'
|
||||
[production]='17.0.6'
|
||||
)
|
||||
|
||||
self="$(basename "$BASH_SOURCE")"
|
||||
|
|
Loading…
Reference in a new issue