Skip to content

Commit 97ac0e6

Browse files
committed
Don't fetch unstable releases
1 parent 59f0ff5 commit 97ac0e6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN \
2626
vorbis-tools && \
2727
echo "**** install airsonic advanced ****" && \
2828
if [ -z ${AIRSONIC_ADVANCED_RELEASE+x} ]; then \
29-
AIRSONIC_ADVANCED_RELEASE=$(curl -sX GET "https://api.github.com/repos/kagemomiji/airsonic-advanced/releases" \
29+
AIRSONIC_ADVANCED_RELEASE=$(curl -sX GET "https://api.github.com/repos/kagemomiji/airsonic-advanced/releases/latest" \
3030
| awk '/tag_name/{print $4;exit}' FS='[""]'); \
3131
fi && \
3232
mkdir -p \

Dockerfile.aarch64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN \
2626
vorbis-tools && \
2727
echo "**** install airsonic advanced ****" && \
2828
if [ -z ${AIRSONIC_ADVANCED_RELEASE+x} ]; then \
29-
AIRSONIC_ADVANCED_RELEASE=$(curl -sX GET "https://api.github.com/repos/kagemomiji/airsonic-advanced/releases" \
29+
AIRSONIC_ADVANCED_RELEASE=$(curl -sX GET "https://api.github.com/repos/kagemomiji/airsonic-advanced/releases/latest" \
3030
| awk '/tag_name/{print $4;exit}' FS='[""]'); \
3131
fi && \
3232
mkdir -p \

0 commit comments

Comments
 (0)