From e1918c4f7c6e4f4f0aebf1f907e74506555d8a66 Mon Sep 17 00:00:00 2001 From: Chen Mingliang Date: Tue, 11 Aug 2020 09:05:58 +0800 Subject: [PATCH] update go1.14.6 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b40372e..8176f94 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,7 @@ RUN apt-get update && apt-get install -y \ g++-mips64el-linux-gnuabi64 \ pkg-config-mips64el-linux-gnuabi64 \ && apt-get clean \ - && curl https://dl.google.com/go/go1.14.5.linux-amd64.tar.gz | tar xvz -C /usr/local \ + && curl https://dl.google.com/go/go1.14.6.linux-amd64.tar.gz | tar xvz -C /usr/local \ && curl https://cdn.nodemedia.cn/tar/osxcross-10.10.tar.gz | tar xvz -C / \ && curl https://cdn.nodemedia.cn/tar/freebsd-9.tar.gz | tar xvz -C /