From d199eae516276e72a90ffc483d26dcf1061fb7a5 Mon Sep 17 00:00:00 2001 From: zhouop0 <11733741+zhouop0@users.noreply.github.com> Date: Fri, 22 Aug 2025 17:41:33 +0800 Subject: [PATCH] fix issue-17 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c2b5048..d0f0c1c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:latest as builder +FROM golang:1.21 AS builder ARG GOPROXY=https://goproxy.cn COPY . /src RUN apt-get update && apt install -y protobuf-compiler git && \