From cc6bded29474dbcd0a9d4fb82491d1db29095089 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=9F=E5=86=89?= Date: Mon, 30 Sep 2024 18:20:36 +0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fcc7ff5..801eadf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,4 +6,5 @@ LABEL Github="https://github.com/XRSec/xgo" LABEL org.opencontainers.image.source="https://github.com/XRSec/xgo" LABEL org.opencontainers.image.title="xgo" -ENV GOPROXY https://goproxy.io,direct \ No newline at end of file +ENV GO111MODULE on +ENV GOPROXY https://goproxy.cn,direct