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