Update go and youtube-dl version

This commit is contained in:
Mattias Wadman
2019-09-22 23:04:26 +02:00
parent 47b4e26567
commit 6cb64a90a7

View File

@ -1,5 +1,5 @@
ARG GO_VERSION=1.12
ARG YDL_VERSION=2019.08.02
ARG GO_VERSION=1.13
ARG YDL_VERSION=2019.09.12.1
FROM golang:$GO_VERSION
ARG YDL_VERSION