imjoey opened a new pull request #1146: URL: https://github.com/apache/apisix-dashboard/pull/1146
Signed-off-by: imjoey <[email protected]> Please answer these questions before submitting a pull request - Why submit this pull request? - [x] Bugfix - [ ] New feature provided - [ ] Improve performance - Related issues Fixes #1145 . ___ ### Bugfix - Description For now, the `Dockerfile` in master branch fetches the codes from release `v2.0` for building docker images. This would lead to uses could not get the latest code for developing or testing. IMHO, the release tag could be used here only for the Dockerfile defined in tag `v2.0` or `v2.0` branch. - How to fix? This PR is going to set the variable `APISIX_DASHBOARD_VERSION ` to `master`, and then we can use the latest code from master branch, as expected. ---------------------------------------------------------------- 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: [email protected]
