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

Change stable for manifest

This commit is contained in:
Philipp Holzer 2020-09-09 07:46:19 +02:00
parent 07e973f4a9
commit bb91661bd2
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.07'
[stable]='2020.07-1'
)
self="$(basename "${BASH_SOURCE[0]}")"