fix: 统一 dev 构建代理配置

This commit is contained in:
zetaloop
2026-04-25 05:04:12 +08:00
parent 111c2f59dd
commit 45df1d5e8f
+1
View File
@@ -18,6 +18,7 @@ DOCKERFILE_TPL = """\
FROM golang:1.26-alpine AS builder
RUN apk add --no-cache tzdata
WORKDIR /build
ARG GOPROXY="https://goproxy.cn,direct"
COPY go.mod go.sum ./
RUN --mount=type=cache,target=/go/pkg/mod go mod download
COPY . .