From 08a601e2f7e290abe2dca29a8abdd742a2a1d484 Mon Sep 17 00:00:00 2001 From: rocketdebris Date: Tue, 25 Nov 2025 17:23:52 -0500 Subject: [PATCH] Updated build_new.sh for container version 1.1.9 --- build_new.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build_new.sh b/build_new.sh index ac659362..4e1859d2 100755 --- a/build_new.sh +++ b/build_new.sh @@ -1,5 +1,5 @@ -export TAG=1.1.0 -docker build \ +export TAG=1.1.9 +docker build --no-cache \ --build-arg=FRAPPE_PATH=https://github.com/frappe/frappe \ --build-arg=FRAPPE_BRANCH=version-15 \ --build-arg=APPS_JSON_BASE64=$APPS_JSON_BASE64 \