sandbox: bump default inner-sandbox image to 1.1.0

This commit is contained in:
Ahmed Allam 2026-07-22 17:05:50 +00:00 committed by Ahmed Allam
parent 8ec54d9e2b
commit 78594e1645

View file

@ -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")