mirror of
https://github.com/Hopiu/lychee.git
synced 2026-03-16 20:50:25 +00:00
Follow renaming: latest -> nightly
This commit is contained in:
parent
4797339b6a
commit
a11efce06d
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ RUN apk add --no-cache ca-certificates jq wget \
|
|||
*) echo "Unsupported architecture" && exit 1;; \
|
||||
esac) \
|
||||
&& BASE_URL=$(case $LYCHEE_VERSION in \
|
||||
"latest") echo "https://github.com/lycheeverse/lychee/releases/latest/download";; \
|
||||
"nightly") echo "https://github.com/lycheeverse/lychee/releases/latest/download";; \
|
||||
*) echo "https://github.com/lycheeverse/lychee/releases/download/$LYCHEE_VERSION";; \
|
||||
esac) \
|
||||
&& wget -4 -q -O - "$BASE_URL/lychee-$ARCH.tar.gz" | tar -xz lychee \
|
||||
|
|
|
|||
Loading…
Reference in a new issue