From 94bb5a9b2bb4c76cb15234bdab8820a7ab1bcaf8 Mon Sep 17 00:00:00 2001 From: hanzhixiao <709674996@qq.com> Date: Fri, 11 Aug 2023 12:24:22 +0800 Subject: [PATCH] 815 Signed-off-by: hanzhixiao <709674996@qq.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8d23c22c2..321f8b03d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build Stage -FROM golang:1.21 AS builder +FROM golang:1.20 AS builder # Set go mod installation source and proxy ARG GO111MODULE=on