2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2024-05-24 14:04:57 +02:00

- Changed stable branch name

This commit is contained in:
Philipp Holzer 2021-01-05 18:06:14 +01:00
parent 26a7f2e9e9
commit cc7a84a8df
No known key found for this signature in database
GPG key ID: 9A28B7D4FF5667BD

View file

@ -2,7 +2,7 @@
set -Eeuo pipefail
declare -A release_channel=(
[stable]='2020.09'
[stable]='2021.01'
)
self="$(basename "${BASH_SOURCE[0]}")"