Skip to content

Commit ab0325b

Browse files
authored
fix: remove the default value of goproxy (#230)
1 parent acedbc0 commit ab0325b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dockerfiles/Dockerfile.dashboard.deb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN /install-common.sh install_dashboard_dependencies_deb
1111

1212
ARG checkout_v="v2.3"
1313
ARG iteration="0"
14-
ARG goproxy="https://proxy.golang.com.cn,direct"
14+
ARG goproxy=""
1515
ARG IMAGE_BASE
1616
ARG IMAGE_TAG
1717
ARG CODE_PATH

dockerfiles/Dockerfile.dashboard.rpm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN /install-common.sh install_dashboard_dependencies_rpm
2222

2323
ARG checkout_v="v2.3"
2424
ARG iteration="0"
25-
ARG goproxy="https://proxy.golang.com.cn,direct"
25+
ARG goproxy=""
2626
ARG IMAGE_BASE
2727
ARG IMAGE_TAG
2828
ARG CODE_PATH

0 commit comments

Comments
 (0)