2
1
Fork 0
mirror of https://github.com/friendica/docker synced 2026-04-16 23:47:46 +02:00

Add 2020.03-rc

This commit is contained in:
nupplaPhil 2020-03-09 23:35:38 +01:00
commit fb1e117ea9
No known key found for this signature in database
GPG key ID: D8365C3D36B77D90
27 changed files with 1385 additions and 2 deletions

View file

@ -4,6 +4,7 @@ set -Eeuo pipefail
declare -A release_channel=(
[stable]='2019.12'
[latest]='2019.12'
[rc]='2020.03-rc'
)
self="$(basename "$BASH_SOURCE")"