mirror of
https://github.com/nextcloud/docker.git
synced 2025-01-19 12:33:52 +01:00
Merge pull request #1046 from nextcloud/update/2020-03-24
Update release channels
This commit is contained in:
commit
cf3476d71b
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
|||
set -Eeuo pipefail
|
||||
|
||||
declare -A release_channel=(
|
||||
[stable]='18.0.2'
|
||||
[production]='17.0.4'
|
||||
[stable]='18.0.3'
|
||||
[production]='17.0.5'
|
||||
)
|
||||
|
||||
self="$(basename "$BASH_SOURCE")"
|
||||
|
|
Loading…
Reference in a new issue