diff --git a/Dockerfile b/Dockerfile index 20c608c..ecd3a85 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN apt-get update && apt-get --no-install-recommends install -y \ libopus0 \ ca-certificates \ && rm -rf /var/lib/apt/lists/* -ADD https://github.com/yt-dlp/yt-dlp-nightly-builds/releases/latest/download/yt-dlp_linux /usr/local/bin/yt-dlp +ADD https://github.com/anpage/yt-dlp/releases/download/2023.03.23.040309/yt-dlp_linux /usr/local/bin/yt-dlp RUN chmod 755 /usr/local/bin/yt-dlp COPY --from=builder /usr/local/cargo/bin/dj_kitty_cat /usr/local/bin/dj_kitty_cat RUN useradd djkk