From 38095d2e6f3fb47c84b21a1a8500eb1563ceea0d Mon Sep 17 00:00:00 2001 From: bump Date: Sat, 26 Dec 2020 17:25:18 +0000 Subject: [PATCH] Update youtube-dl from 2020.12.22 to 2020.12.26 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d7323cc..425e6b8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # bump: golang /GOLANG_VERSION=([\d.]+)/ docker:golang|^1 ARG GOLANG_VERSION=1.15.6 # bump: youtube-dl /YDL_VERSION=([\d.]+)/ https://github.com/ytdl-org/youtube-dl.git|/^\d/|sort -ARG YDL_VERSION=2020.12.22 +ARG YDL_VERSION=2020.12.26 FROM golang:$GOLANG_VERSION ARG YDL_VERSION