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 \