diff --git a/apps_new.json b/apps_new.json index d2109a6d..c7eb0289 100644 --- a/apps_new.json +++ b/apps_new.json @@ -1,11 +1,11 @@ [ { - "url": "https://githaven.org/Shiloh/brotherton-erpnext.git", - "branch": "production" + "url": "https://github.com/frappe/erpnext", + "branch": "version-15" }, { "url": "https://github.com/frappe/hrms", - "branch": "v15.15.0" + "branch": "version-15" }, { "url": "https://githaven.org/CaWittMN08/custom_ui.git", diff --git a/build_new.sh b/build_new.sh index 4e1859d2..8a6d1350 100755 --- a/build_new.sh +++ b/build_new.sh @@ -1,4 +1,4 @@ -export TAG=1.1.9 +export TAG=1.1.10 docker build --no-cache \ --build-arg=FRAPPE_PATH=https://github.com/frappe/frappe \ --build-arg=FRAPPE_BRANCH=version-15 \