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
e59456b96e
commit
4797339b6a
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ RUN apt-get update \
|
|||
*) 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 -q -O - "$BASE_URL/lychee-$ARCH-unknown-linux-gnu.tar.gz" | tar -xz lychee \
|
||||
|
|
|
|||
Loading…
Reference in a new issue