mirror of
https://github.com/nextcloud/docker.git
synced 2025-02-01 01:38:25 +01:00
parent
53625027bd
commit
4aa429ed7d
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ set -Eeuo pipefail
|
||||||
|
|
||||||
declare -A release_channel=(
|
declare -A release_channel=(
|
||||||
[stable]='18.0.1'
|
[stable]='18.0.1'
|
||||||
[production]='16.0.8'
|
[production]='17.0.3'
|
||||||
)
|
)
|
||||||
|
|
||||||
self="$(basename "$BASH_SOURCE")"
|
self="$(basename "$BASH_SOURCE")"
|
||||||
|
|
Loading…
Reference in a new issue