use latest release

This commit is contained in:
Alex Phillips 2022-02-16 13:41:28 -05:00
parent 0022f3998c
commit 4e3d5e12c7
3 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@ RUN \
echo "**** install budge ****" && \
mkdir -p /app/budge && \
if [ -z ${BUDGE_RELEASE+x} ]; then \
BUDGE_RELEASE=$(curl -sX GET "https://api.github.com/repos/linuxserver/BudgE/releases" \
BUDGE_RELEASE=$(curl -sX GET "https://api.github.com/repos/linuxserver/BudgE/releases/latest" \
| jq -r '.[0] | .tag_name'); \
fi && \
curl -o \

View File

@ -26,7 +26,7 @@ RUN \
echo "**** install budge ****" && \
mkdir -p /app/budge && \
if [ -z ${BUDGE_RELEASE+x} ]; then \
BUDGE_RELEASE=$(curl -sX GET "https://api.github.com/repos/linuxserver/BudgE/releases" \
BUDGE_RELEASE=$(curl -sX GET "https://api.github.com/repos/linuxserver/BudgE/releases/latest" \
| jq -r '.[0] | .tag_name'); \
fi && \
curl -o \

View File

@ -26,7 +26,7 @@ RUN \
echo "**** install budge ****" && \
mkdir -p /app/budge && \
if [ -z ${BUDGE_RELEASE+x} ]; then \
BUDGE_RELEASE=$(curl -sX GET "https://api.github.com/repos/linuxserver/BudgE/releases" \
BUDGE_RELEASE=$(curl -sX GET "https://api.github.com/repos/linuxserver/BudgE/releases/latest" \
| jq -r '.[0] | .tag_name'); \
fi && \
curl -o \