mirror of
https://github.com/usestrix/strix.git
synced 2026-08-28 05:25:00 +00:00
sandbox: bump default inner-sandbox image to 1.1.0
This commit is contained in:
parent
8ec54d9e2b
commit
78594e1645
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue