Update youtube-dl to 2020.01.15

This commit is contained in:
bump
2020-01-15 16:03:05 +00:00
parent bda3931ed7
commit 1e9a2204f3

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.01
ARG YDL_VERSION=2020.01.15
FROM golang:$GOLANG_VERSION
ARG YDL_VERSION