Skip to content

Commit

Permalink
调整docker x4
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaodice committed Feb 12, 2025
1 parent 83b9e57 commit 6d19752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM golang:1.20-alpine AS builder

RUN go env -w GO111MODULE=auto \
&& go env -w CGO_ENABLED=0 #\
&& go env -w CGO_ENABLED=0
# && go env -w GOPROXY=https://goproxy.cn,direct

WORKDIR /build
Expand Down

0 comments on commit 6d19752

Please sign in to comment.