Update youtube-dl to 2020.01.24

This commit is contained in:
bump
2020-01-24 16:02:37 +00:00
parent 9eae90476a
commit ddc580a8a7

View File

@ -1,7 +1,7 @@
# bump: golang /GOLANG_VERSION=([\d.]+)/ docker:golang|^1
ARG GOLANG_VERSION=1.13.6
# bump: youtube-dl /YDL_VERSION=([\d.]+)/ https://github.com/ytdl-org/youtube-dl.git|/^\d/|sort
ARG YDL_VERSION=2020.01.15
ARG YDL_VERSION=2020.01.24
FROM golang:$GOLANG_VERSION
ARG YDL_VERSION