mirror of
https://github.com/friendica/docker
synced 2025-02-05 11:00:53 +01:00
Hotfix: Wrong version number
This commit is contained in:
parent
80ce1b5b89
commit
617b12fd7f
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
|||
set -Eeuo pipefail
|
||||
|
||||
declare -A release_channel=(
|
||||
[production]='2019.04'
|
||||
[stable]='2019.04'
|
||||
[latest]='2019.04'
|
||||
[production]='2019.06'
|
||||
[stable]='2019.06'
|
||||
[latest]='2019.06'
|
||||
)
|
||||
|
||||
self="$(basename "$BASH_SOURCE")"
|
||||
|
|
Loading…
Reference in a new issue