mirror of
https://github.com/friendica/docker
synced 2025-03-04 14:12:59 +01:00
Upgrading generate-stackbrew-library.sh
This commit is contained in:
parent
8493e35da4
commit
2366e505dd
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
||||||
set -Eeuo pipefail
|
set -Eeuo pipefail
|
||||||
|
|
||||||
declare -A release_channel=(
|
declare -A release_channel=(
|
||||||
[production]='2018.05'
|
[production]='2018.09'
|
||||||
[stable]='2018.05'
|
[stable]='2018.09'
|
||||||
[latest]='2018.05'
|
[latest]='2018.09'
|
||||||
)
|
)
|
||||||
|
|
||||||
self="$(basename "$BASH_SOURCE")"
|
self="$(basename "$BASH_SOURCE")"
|
||||||
|
|
Loading…
Reference in a new issue