switch upstream branch to 2.x

This commit is contained in:
aptalca
2022-11-04 15:47:57 -04:00
parent 3a3fe9dbb3
commit 18f141322d
8 changed files with 27 additions and 15 deletions

View File

@@ -22,7 +22,7 @@ RUN \
mkdir -p \
/heimdall && \
if [ -z ${HEIMDALL_RELEASE+x} ]; then \
HEIMDALL_RELEASE=$(curl -sX GET "https://api.github.com/repos/linuxserver/Heimdall/commits/master" \
HEIMDALL_RELEASE=$(curl -sX GET "https://api.github.com/repos/linuxserver/Heimdall/commits/2.x" \
| awk '/sha/{print $4;exit}' FS='[""]'); \
fi && \
curl -o \