mirror of
https://github.com/linuxserver/docker-budge.git
synced 2026-02-04 20:28:18 +08:00
use latest release
This commit is contained in:
parent
0022f3998c
commit
4e3d5e12c7
@ -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 \
|
||||
|
||||
@ -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 \
|
||||
|
||||
@ -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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user