From 4a29d63c52b88517bd83e7940466a2771c91744d Mon Sep 17 00:00:00 2001 From: david-loe <56305409+david-loe@users.noreply.github.com> Date: Sat, 31 Jan 2026 09:08:17 +0100 Subject: [PATCH] Update Frappe branch version to 16 --- images/layered/Containerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/images/layered/Containerfile b/images/layered/Containerfile index 12a089ee..142c487a 100644 --- a/images/layered/Containerfile +++ b/images/layered/Containerfile @@ -1,8 +1,8 @@ -ARG FRAPPE_BRANCH=version-15 +ARG FRAPPE_BRANCH=version-16 FROM frappe/build:${FRAPPE_BRANCH} AS builder -ARG FRAPPE_BRANCH=version-15 +ARG FRAPPE_BRANCH=version-16 ARG FRAPPE_PATH=https://github.com/frappe/frappe ARG APPS_JSON_BASE64