Skip to content

Commit

Permalink
fix wrong yt-dlp version
Browse files Browse the repository at this point in the history
oops
  • Loading branch information
vaaski committed Apr 8, 2024
1 parent 9a37a69 commit 72db149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN pnpm install --frozen-lockfile
COPY src ./src

RUN apk add python3
ADD https://github.com/yt-dlp/yt-dlp-nightly-builds/releases/latest/download/yt-dlp_linux /bin/yt-dlp
ADD https://github.com/yt-dlp/yt-dlp-nightly-builds/releases/latest/download/yt-dlp /bin/yt-dlp
RUN chmod +x /bin/yt-dlp

EXPOSE ${TELEGRAM_WEBHOOK_PORT}
Expand Down

0 comments on commit 72db149

Please sign in to comment.