Follow renaming: latest -> nightly

This commit is contained in:
Thomas Zahner 2025-06-11 12:19:29 +02:00
parent e59456b96e
commit 4797339b6a

View file

@ -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 \