sandbox: bump install.sh pre-pull tag to 1.1.0 (match runtime default)

This commit is contained in:
Ahmed Allam
2026-07-22 11:40:23 -07:00
committed by Ahmed Allam
parent 78594e1645
commit e8c2564595
+1 -1
View File
@@ -4,7 +4,7 @@ set -euo pipefail
APP=strix
REPO="usestrix/strix"
STRIX_IMAGE="ghcr.io/usestrix/strix-sandbox:1.0.0"
STRIX_IMAGE="ghcr.io/usestrix/strix-sandbox:1.1.0"
MUTED='\033[0;2m'
RED='\033[0;31m'