25.3.3 Released
Update
Docker Deployment
- Pull the latest code via Git:
git reset --hard HEAD && git pull - Restart the Node.js container under
buildingaiin Docker:
docker restart buildingai-nodejs
Manual Deployment
- If
pnpmandgitare installed locally, first runpnpm sync-env - Then run
pnpm bd:update-git && pnpm restart
or execute
git reset --hard HEAD && git pull && pnpm predeploy && pnpm restart
Content
Fixes
- Fix incorrect OSS domain retrieval in Alipay payment flow