fix: default cloudflare/sandbox:0.7.0 (latest does not exist)

This commit is contained in:
Nathan Flurry 2026-02-02 21:53:01 -08:00
parent f547cfe7f1
commit 44382d2c12
3 changed files with 29 additions and 5 deletions

View file

@ -7,7 +7,7 @@
"containers": [
{
"class_name": "Sandbox",
"image": "docker.io/cloudflare/sandbox:latest",
"image": "docker.io/cloudflare/sandbox:0.7.0",
"instance_type": "lite",
"max_instances": 1
}