From aac8f8eea742f8870a15c9e6abdb8f3f1b6670e2 Mon Sep 17 00:00:00 2001 From: bump Date: Sun, 14 Mar 2021 16:10:32 +0000 Subject: [PATCH] Update youtube-dl from 2021.03.03 to 2021.03.14 Release notes https://github.com/ytdl-org/youtube-dl/releases/tag/2021.03.14 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4852464..c62ccdb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ ARG GOLANG_VERSION=1.16.2 # bump: youtube-dl /YDL_VERSION=([\d.]+)/ https://github.com/ytdl-org/youtube-dl.git|/^\d/|sort # bump: youtube-dl link "Release notes" https://github.com/ytdl-org/youtube-dl/releases/tag/$LATEST -ARG YDL_VERSION=2021.03.03 +ARG YDL_VERSION=2021.03.14 FROM golang:$GOLANG_VERSION ARG YDL_VERSION