Skip to content
This repository has been archived by the owner on Aug 20, 2023. It is now read-only.

Update dependency mikenye/youtube-dl to v2022 #29

Merged
merged 2 commits into from
Apr 6, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ RUN strip /bin/app
# Compress the compiled binary
RUN upx -q -9 /bin/app

FROM mikenye/youtube-dl:2021.12.17
FROM mikenye/youtube-dl:2022.02.04
RUN apt-get update && apt-get -y install procps lsof
# Copy over the compiled binary from the first step
COPY --from=builder /bin/app /bin/app
Expand Down