From b75f53d1bf6c2129d9c1b438e6b47a53cf73a025 Mon Sep 17 00:00:00 2001 From: bump Date: Sun, 24 Jan 2021 16:36:03 +0000 Subject: [PATCH] Update youtube-dl from 2021.01.16 to 2021.01.24.1 Release notes https://github.com/ytdl-org/youtube-dl/releases/tag/2021.01.24.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 876544e..ef193ca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ ARG GOLANG_VERSION=1.15.7 # 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.01.16 +ARG YDL_VERSION=2021.01.24.1 FROM golang:$GOLANG_VERSION ARG YDL_VERSION