mirror of
https://github.com/friendica/docker
synced 2025-06-13 19:54:32 +02:00
Hotfix: release_channel variable
This commit is contained in:
parent
fb8337c001
commit
dafe41b862
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
|||
set -Eeuo pipefail
|
||||
|
||||
declare -A release_channel=(
|
||||
[stable]='2019.03.'
|
||||
[latest]='2019.03'
|
||||
[stable]='2020.03'
|
||||
[latest]='2020.03'
|
||||
)
|
||||
|
||||
self="$(basename "$BASH_SOURCE")"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue