From 4de2ce53078ebf6dcf6d1d60ed2c79ac0bab22da Mon Sep 17 00:00:00 2001 From: david-loe <56305409+david-loe@users.noreply.github.com> Date: Sat, 7 Feb 2026 09:57:45 +0100 Subject: [PATCH] Update FRAPPE_BRANCH to version-16 --- images/custom/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/custom/Containerfile b/images/custom/Containerfile index ebe7eccb..c1467605 100644 --- a/images/custom/Containerfile +++ b/images/custom/Containerfile @@ -115,7 +115,7 @@ RUN if [ -n "${APPS_JSON_BASE64}" ]; then \ USER frappe -ARG FRAPPE_BRANCH=version-15 +ARG FRAPPE_BRANCH=version-16 ARG FRAPPE_PATH=https://github.com/frappe/frappe RUN export APP_INSTALL_ARGS="" && \ if [ -n "${APPS_JSON_BASE64}" ]; then \