From 78594e16456e77e27f23f28ffdafd4a06dfb12b3 Mon Sep 17 00:00:00 2001 From: Ahmed Allam Date: Wed, 22 Jul 2026 17:05:50 +0000 Subject: [PATCH] sandbox: bump default inner-sandbox image to 1.1.0 --- strix/config/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strix/config/settings.py b/strix/config/settings.py index 8e480cb1..387e13f3 100644 --- a/strix/config/settings.py +++ b/strix/config/settings.py @@ -47,7 +47,7 @@ class RuntimeSettings(BaseSettings): model_config = _BASE_CONFIG image: str = Field( - default="ghcr.io/usestrix/strix-sandbox:1.0.0", + default="ghcr.io/usestrix/strix-sandbox:1.1.0", alias="STRIX_IMAGE", ) backend: str = Field(default="docker", alias="STRIX_RUNTIME_BACKEND")