mirror of
https://github.com/nextcloud/docker.git
synced 2025-01-23 14:13:54 +01:00
Merge pull request #1183 from sersoft-gmbh/update_release_channels
Update stable to 18.0.7 and production to 17.0.8
This commit is contained in:
commit
9bfe454bd4
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
|||
set -Eeuo pipefail
|
||||
|
||||
declare -A release_channel=(
|
||||
[stable]='18.0.6'
|
||||
[production]='17.0.7'
|
||||
[stable]='18.0.7'
|
||||
[production]='17.0.8'
|
||||
)
|
||||
|
||||
self="$(basename "$BASH_SOURCE")"
|
||||
|
|
Loading…
Reference in a new issue