Fix yt-dlp version in dockerfile

This commit is contained in:
Evan Fiordeliso 2023-07-12 20:23:06 -04:00
parent 5598b6bedf
commit 81120bf333
1 changed files with 2 additions and 2 deletions

View File

@ -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 ./