Fix yt-dlp version in dockerfile
This commit is contained in:
parent
5598b6bedf
commit
81120bf333
|
@ -4,8 +4,8 @@ FROM alpine:${ALPINE_VERSION}
|
|||
|
||||
WORKDIR /app
|
||||
|
||||
# hadolint ignore=DL3018
|
||||
RUN apk add --no-cache yt-dlp ffmpeg
|
||||
ARG YTDLP_VERSION="2023.07.06-r0"
|
||||
RUN apk add --no-cache yt-dlp==${YTDLP_VERSION}
|
||||
|
||||
COPY ytdl-web ./
|
||||
|
||||
|
|
Loading…
Reference in New Issue