From d012124158427db4ca345b4e6656f7f71e7b885e Mon Sep 17 00:00:00 2001 From: bump Date: Wed, 7 Apr 2021 16:04:20 +0000 Subject: [PATCH] Update youtube-dl from 2021.04.01 to 2021.04.07 Release notes https://github.com/ytdl-org/youtube-dl/releases/tag/2021.04.07 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cea7f24..9ec4b28 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ ARG GOLANG_VERSION=1.16.3 # 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.04.01 +ARG YDL_VERSION=2021.04.07 FROM golang:$GOLANG_VERSION ARG YDL_VERSION