mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-17 06:04:56 +00:00
fix: default cloudflare/sandbox:0.7.0 (latest does not exist)
This commit is contained in:
parent
f547cfe7f1
commit
44382d2c12
3 changed files with 29 additions and 5 deletions
|
|
@ -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 && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue