From 979fcd3004d2be5b5616b45e72e9c0808c7bd740 Mon Sep 17 00:00:00 2001 From: Mattias Wadman Date: Mon, 16 Nov 2020 17:23:13 +0100 Subject: [PATCH] Revert "bump: Update and switch youtube-dl to gitlab" This reverts commit daa4fb1b53015da419aa720e6754400f1d4fbe77. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b8eeb31..2bd705a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # bump: golang /GOLANG_VERSION=([\d.]+)/ docker:golang|^1 ARG GOLANG_VERSION=1.15.5 -# bump: youtube-dl /YDL_VERSION=([\d.]+)/ https://gitlab.com/dstftw/youtube-dl.git|/^\d/|sort +# bump: youtube-dl /YDL_VERSION=([\d.]+)/ https://github.com/ytdl-org/youtube-dl.git|/^\d/|sort ARG YDL_VERSION=2020.11.12 FROM golang:$GOLANG_VERSION