ERPNext version-15 Fails on dockerized setup due to new update v16 patch

Hello all,
i’m running a docker environment for frappe erpnext with few of my custom apps.
i had used easy-script to run erpnext which generated the compose.yml and .env and passwords.txt file for the project.

Now recently i have added a new custom-app to the project
and used easy-script for building the project with custom-app image
and my apps.json has 3-4 apps,
with erpnext branch as version-15 in the apps.json

image

python easy-script.py build --app erpnext --site <sitename> --tag <tagname> -j apps.json -e <email> .....

Earlier this used to work

But to my notice is that somehow, version-15 is updated and now after the build, its throwing this error:
pymysql.err.OperationalError: (1054, "Unknown column 'tabInstalled Application.has_setup_wizard' in 'where clause'")

Can somebody help on this ?? Any help is appreciated
Thankyou so much!

When i run bench migrate in backend container


its stuck on this patch update

This is the patch on github update which runs:
Patch v16_0

(post deleted by author)