From 5c517a6bfd8d9cfa6ef825073e5189de357ca027 Mon Sep 17 00:00:00 2001
From: bwbohl <b.w.bohl@gmail.com>
Date: Tue, 11 Mar 2025 13:49:45 +0100
Subject: [PATCH] build: switch to sencha-cmd:2.1

---
 build.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.sh b/build.sh
index e6959a5b1..20ad06e72 100755
--- a/build.sh
+++ b/build.sh
@@ -10,7 +10,7 @@ while getopts "d" flag; do
     # set a variable OPTIONS with the remaining input arguments to pass to the build command
     OPTIONS=${@} 
     # run docker
-    docker run --rm -it -v `pwd`:/app --name sencha ghcr.io/bwbohl/sencha-cmd:latest ./build.sh $OPTIONS
+    docker run --rm -it -v `pwd`:/app --name sencha ghcr.io/bwbohl/sencha-cmd:2.1 ./build.sh $OPTIONS
    exit
    ;;   
    \?)
@@ -30,4 +30,4 @@ sencha app build $1
 ant build-plus
 
 # build xar
-ant xar
\ No newline at end of file
+ant xar
-- 
GitLab