From b690363d375ea7170b4d6ce49dcbb3137e66f449 Mon Sep 17 00:00:00 2001 From: lwch Date: Fri, 11 Feb 2022 18:47:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0go=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- contrib/build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/build/Dockerfile b/contrib/build/Dockerfile index a729b09..70a6deb 100644 --- a/contrib/build/Dockerfile +++ b/contrib/build/Dockerfile @@ -1,6 +1,6 @@ ARG APT_MIRROR=mirrors.ustc.edu.cn ARG LIBPNG_VERSION=1.6.37 -ARG GO_VERSION=1.17.6 +ARG GO_VERSION=1.17.7 ARG GO_PROXY=https://goproxy.cn,direct FROM debian:stable-slim