Changed target repo from Shiloh to Frappe for ERPNext.

This commit is contained in:
rocketdebris 2025-11-26 08:28:36 -05:00
parent 08a601e2f7
commit 566c71d891
2 changed files with 4 additions and 4 deletions

View File

@ -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",

View File

@ -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 \