Browse Source

build: yt-dlp version `2023.12.30`

master
Dnomd343 9 months ago
parent
commit
41982623a9
  1. 2
      Dockerfile

2
Dockerfile

@ -5,7 +5,7 @@ RUN apk add php-json php-phar php-mbstring php-openssl
RUN wget https://install.phpcomposer.com/installer -O - | php
FROM ${ALPINE} AS yt-dlp
ENV YTDLP="2023.11.16"
ENV YTDLP="2023.12.30"
RUN wget https://github.com/yt-dlp/yt-dlp/releases/download/${YTDLP}/yt-dlp
RUN chmod +x yt-dlp

Loading…
Cancel
Save