From bfee5a397a0fe4dcafca3e28cd69f58f0174e7c3 Mon Sep 17 00:00:00 2001 From: Roland Date: Sun, 1 Jun 2025 10:11:22 +0200 Subject: [PATCH] use print_designer branch main --- images/production/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/production/Containerfile b/images/production/Containerfile index 76622640..666bd1c9 100644 --- a/images/production/Containerfile +++ b/images/production/Containerfile @@ -140,7 +140,7 @@ ARG FRAPPE_PATH=https://github.com/frappe/frappe ARG ERPNEXT_REPO=https://github.com/frappe/erpnext ARG ERPNEXT_BRANCH=version-15 ARG PRINTDESIGNER_REPO=https://github.com/frappe/print_designer -ARG PRINTDESIGNER_BRANCH=develop +ARG PRINTDESIGNER_BRANCH=main RUN bench init \ --frappe-branch=${FRAPPE_BRANCH} \ --frappe-path=${FRAPPE_PATH} \