From 4336c4a5f2ad388b3395b367aa6d045c470404b1 Mon Sep 17 00:00:00 2001 From: kemboi22 Date: Fri, 10 Jan 2025 06:14:17 +0300 Subject: [PATCH] feat: moved to version v15.48.1 --- build-images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-images.sh b/build-images.sh index c1f4753..f36bfe7 100644 --- a/build-images.sh +++ b/build-images.sh @@ -15,7 +15,7 @@ repobase="${REPOBASE:-ghcr.io/geniusdynamics}" # Configure the image name reponame="erpnext" -app_version="v15.47.1-ns.7" +app_version="v15.48.1" # Create a new empty container image container=$(buildah from scratch)