imjoey commented on issue #1163: URL: https://github.com/apache/apisix-dashboard/issues/1163#issuecomment-755916083
> Hi Guys , > Any update ? Hi @jinusuresh , good to see you and sorry for late. > Hi , This is what used after taking the code from master branch on Ubuntu 20.x docker build --build-arg APISIX_VERSION=2.1 --build-arg APISIX_DASHBOARD_VERSION=v2.2 -t apache/apisix-dashboard:test5 -f ./all-in-one/apisix-dashboard/Dockerfile . Thanks It seems that your previous command specified a build argument `APISIX_DASHBOARD_VERSION=v2.2`, which would lead to use the code from `v2.2` release of dashboard, instead of the latest code from master. The default value for `APISIX_DASHBOARD_VERSION ` is `master`, so could you please take a try with the following command? `docker build --build-arg APISIX_VERSION=2.1 -t apache/apisix-dashboard:test5 -f ./all-in-one/apisix-dashboard/Dockerfile . ` Looking forward to your feedbacks. Thanks. ---------------------------------------------------------------- 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]
