From 27e85a5afe97448ac68f1b48673ad9b3d5fa2b9f Mon Sep 17 00:00:00 2001 From: bump Date: Sat, 7 Nov 2020 16:10:08 +0000 Subject: [PATCH] Update golang from 1.15.3 to 1.15.4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0b6eac7..1eaac5d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # bump: golang /GOLANG_VERSION=([\d.]+)/ docker:golang|^1 -ARG GOLANG_VERSION=1.15.3 +ARG GOLANG_VERSION=1.15.4 # bump: youtube-dl /YDL_VERSION=([\d.]+)/ https://gitlab.com/dstftw/youtube-dl.git|/^\d/|sort ARG YDL_VERSION=2020.11.01.1