From daa4fb1b53015da419aa720e6754400f1d4fbe77 Mon Sep 17 00:00:00 2001 From: Mattias Wadman Date: Sun, 1 Nov 2020 19:30:40 +0100 Subject: [PATCH] bump: Update and switch youtube-dl to gitlab --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 83ec917..0b6eac7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # bump: golang /GOLANG_VERSION=([\d.]+)/ docker:golang|^1 ARG GOLANG_VERSION=1.15.3 -# bump: youtube-dl /YDL_VERSION=([\d.]+)/ https://github.com/ytdl-org/youtube-dl.git|/^\d/|sort -ARG YDL_VERSION=2020.09.20 +# bump: youtube-dl /YDL_VERSION=([\d.]+)/ https://gitlab.com/dstftw/youtube-dl.git|/^\d/|sort +ARG YDL_VERSION=2020.11.01.1 FROM golang:$GOLANG_VERSION ARG YDL_VERSION