diff --git a/Dockerfile b/Dockerfile index 5daa2ee..9394528 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ WORKDIR /usr/src/preservetube/backend COPY . /usr/src/preservetube/backend RUN yarn -RUN wget https://github.com/ytdl-patched/yt-dlp/releases/download/2023.02.28.43044/yt-dlp -q +RUN wget https://github.com/yt-dlp/yt-dlp/releases/download/2023.03.04/yt-dlp -q RUN chmod +x yt-dlp CMD ["node", "index.js"] \ No newline at end of file