We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c3b8670 + 26f93e2 commit 888ba80Copy full SHA for 888ba80
dockerfile
@@ -106,7 +106,7 @@ RUN LATEST_VERSION=$(curl -s https://api.github.com/repos/yt-dlp/yt-dlp/releases
106
chmod +x /usr/local/bin/yt-dlp
107
108
# Download and install Horust (x86_64)
109
-RUN wget -O /tmp/horust.tar.gz "https://github.com/FedericoPonzi/Horust/releases/download/v0.1.7/horust-x86_64-unknown-linux-musl.tar.gz" && \
+RUN wget -O /tmp/horust.tar.gz "https://github.com/FedericoPonzi/Horust/releases/download/v0.1.11/horust-x86_64-unknown-linux-musl.tar.gz" && \
110
cd /tmp && tar -xzf horust.tar.gz && \
111
mv horust /usr/local/bin/ && \
112
chmod +x /usr/local/bin/horust && \
0 commit comments