Skip to content

25.3.3 Released

Choose a tag to compare

@CatKeee CatKeee released this 27 Jan 03:25
· 2 commits to master since this release

Update

Docker Deployment

  1. Pull the latest code via Git: git reset --hard HEAD && git pull
  2. Restart the Node.js container under buildingai in Docker:
    docker restart buildingai-nodejs

Manual Deployment

  1. If pnpm and git are installed locally, first run pnpm sync-env
  2. 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