diff --git a/build.sh b/build.sh
index e6959a5b19a57bb73153368ac961daebe5350322..20ad06e72030cadb1dfa95245ed08b7ef04864b2 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