2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2024-05-26 19:46:57 +02:00

Upgrading generate-stackbrew-library.sh

This commit is contained in:
Philipp Holzer 2018-10-04 23:38:40 +02:00
parent 8493e35da4
commit 2366e505dd
No known key found for this signature in database
GPG key ID: 517BE60E2CE5C8A5

View file

@ -2,9 +2,9 @@
set -Eeuo pipefail
declare -A release_channel=(
[production]='2018.05'
[stable]='2018.05'
[latest]='2018.05'
[production]='2018.09'
[stable]='2018.09'
[latest]='2018.09'
)
self="$(basename "$BASH_SOURCE")"