belongwqz opened a new issue #1233: URL: https://github.com/apache/apisix-dashboard/issues/1233
# Bug report ## Describe the bug docker build fail when build manager-api ## How to Reproduce 1. `docker build -t apisix-dashboard:2.2 --build-arg APISIX_DASHBOARD_VERSION=v2.2 .` or `docker build -t apisix-dashboard:2.2 --build-arg ENABLE_PROXY=true --build-arg APISIX_DASHBOARD_VERSION=v2.2 .` 2. when get to the "**build manager-api**" step, it fails. 3. error log is:` go: github.com/api7/go-jsonpatch@v0.0.0-20180223123257-a8710867776e: Get "https://proxy.golang.org/github.com/api7/go-jsonpatch/@v/v0.0.0-20180223123257-a8710867776e.mod": dial tcp 172.217.25.17:443: i/o timeout The command '/bin/sh -c go env -w GO111MODULE=on && CGO_ENABLED=0 go build -o ../output/manager-api .' returned a non-zero code: 1 ` 4. The reason is the `github.com/api7/go-jsonpatch@v0.0.0-20180223123257-a8710867776e` doesn't exist any more. ## Expected behavior Docker build apisix-dashboard success. ## Screenshots NA. ## System information - OS: Linux - Version: 2.2 ## Additional context NA. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org