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