Skip to content

Commit 888ba80

Browse files
Merge pull request #730 from deanrock/upgrade-horust
Fix horust memory leak
2 parents c3b8670 + 26f93e2 commit 888ba80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ RUN LATEST_VERSION=$(curl -s https://api.github.com/repos/yt-dlp/yt-dlp/releases
106106
chmod +x /usr/local/bin/yt-dlp
107107

108108
# 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" && \
109+
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" && \
110110
cd /tmp && tar -xzf horust.tar.gz && \
111111
mv horust /usr/local/bin/ && \
112112
chmod +x /usr/local/bin/horust && \

0 commit comments

Comments
 (0)