Release 0.54.0 (#10465)

This commit is contained in:
mamoodi
2025-08-20 10:29:15 -04:00
committed by GitHub
parent e03a1f4e37
commit 0166df6575
14 changed files with 28 additions and 28 deletions

View File

@@ -40,7 +40,7 @@ Two configuration options are required to use the Kubernetes runtime:
2. **Runtime Container Image**: Specify the container image to use for the runtime environment
```toml
[sandbox]
runtime_container_image = "docker.all-hands.dev/all-hands-ai/runtime:0.53-nikolaik"
runtime_container_image = "docker.all-hands.dev/all-hands-ai/runtime:0.54-nikolaik"
```
#### Additional Kubernetes Options