mirror of
https://github.com/usestrix/strix.git
synced 2026-08-16 01:16:40 +02:00
sandbox: bump default inner-sandbox image to 1.1.0
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user