]> _ Git - songbook.git/commitdiff
.
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 17 Dec 2024 10:46:40 +0000 (11:46 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 17 Dec 2024 10:46:40 +0000 (11:46 +0100)
.docker/phpdocker/php-fpm/Dockerfile

index 584a719d4747d6a3e7c1acf6455505b64c207981..92c76cf630e293d7103e95653454d713923e498b 100644 (file)
@@ -32,7 +32,7 @@ RUN apt-get update; \
 
 RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash -;\
        apt-get install -y nodejs;
-RUN curl -L https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp -o /usr/local/bin/yt-dlp
+RUN curl -L https://github.com/yt-dlp/yt-dlp-nightly-builds/releases/latest/download/yt-dlp -o /usr/local/bin/yt-dlp
 RUN chmod a+rx /usr/local/bin/yt-dlp
 
 COPY startup /usr/bin/startup