Skip to content

Commit

Permalink
fix: remove the default value of goproxy (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
bzp2010 committed Aug 3, 2022
1 parent acedbc0 commit ab0325b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile.dashboard.deb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN /install-common.sh install_dashboard_dependencies_deb

ARG checkout_v="v2.3"
ARG iteration="0"
ARG goproxy="https://proxy.golang.com.cn,direct"
ARG goproxy=""
ARG IMAGE_BASE
ARG IMAGE_TAG
ARG CODE_PATH
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile.dashboard.rpm
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN /install-common.sh install_dashboard_dependencies_rpm

ARG checkout_v="v2.3"
ARG iteration="0"
ARG goproxy="https://proxy.golang.com.cn,direct"
ARG goproxy=""
ARG IMAGE_BASE
ARG IMAGE_TAG
ARG CODE_PATH
Expand Down

0 comments on commit ab0325b

Please sign in to comment.