From 65f6e1a86ce14ab183b28b04ed1e7cebce298764 Mon Sep 17 00:00:00 2001 From: bump Date: Mon, 14 Sep 2020 16:05:57 +0000 Subject: [PATCH] Update youtube-dl from 2020.09.06 to 2020.09.14 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e2996a2..3a60cca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # bump: golang /GOLANG_VERSION=([\d.]+)/ docker:golang|^1 ARG GOLANG_VERSION=1.15.2 # bump: youtube-dl /YDL_VERSION=([\d.]+)/ https://github.com/ytdl-org/youtube-dl.git|/^\d/|sort -ARG YDL_VERSION=2020.09.06 +ARG YDL_VERSION=2020.09.14 FROM golang:$GOLANG_VERSION ARG YDL_VERSION