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

@ -186,7 +186,7 @@ To speed up cold starts, you can:
Example `Dockerfile`:
```dockerfile
FROM docker.io/cloudflare/sandbox:latest
FROM docker.io/cloudflare/sandbox:0.7.0
RUN curl -fsSL https://releases.rivet.dev/sandbox-agent/latest/install.sh | sh && \
sandbox-agent install-agent claude && \