Signed-off-by: jagger <cossjie@foxmail.com>
This commit is contained in:
jagger 2024-11-11 20:37:07 +08:00
parent b95b65aaf1
commit cb92b4f406
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ FROM --platform=$BUILDPLATFORM golang:alpine AS builder
WORKDIR /app WORKDIR /app
COPY . . COPY . .
ENV GO111MODULE=on GOPROXY=https://goproxy.cn,direct ENV GO111MODULE=on
RUN go mod download RUN go mod download
ARG TARGETOS ARG TARGETOS