Skip to content

Commit

Permalink
chore(deps): update jauderho/yt-dlp docker tag to v2024.07.09
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 9, 2024
1 parent 352db4d commit baf1245
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 @@ -17,7 +17,7 @@ RUN pnpm --filter discordbot-downloader deploy --prod deploy/downloader
# ------------------------------------------------------------------------------
# Production Images
# ------------------------------------------------------------------------------
FROM jauderho/yt-dlp:2024.04.09 as discordbot-downloader
FROM jauderho/yt-dlp:2024.07.09 as discordbot-downloader
COPY --from=builder /usr/local/bin/node /usr/local/bin/node
COPY --from=builder /app/deploy/downloader/package.json /app/packages/downloader/package.json
COPY --from=builder /app/deploy/downloader/node_modules /app/packages/downloader/node_modules
Expand Down

0 comments on commit baf1245

Please sign in to comment.