Skip to content

Commit 6f16c81

Browse files
committed
Update docker image versions
1 parent 8af9edd commit 6f16c81

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ npm install @cloudflare/sandbox
5050
1. **Create a Dockerfile** (temporary requirement, will be removed in future releases):
5151

5252
```dockerfile
53-
FROM docker.io/ghostwriternr/cloudflare-sandbox:0.0.5
53+
FROM docker.io/ghostwriternr/cloudflare-sandbox:0.0.9
5454
# If building your project on arm64, use:
55-
# FROM docker.io/ghostwriternr/cloudflare-sandbox-arm:0.0.5
55+
# FROM docker.io/ghostwriternr/cloudflare-sandbox-arm:0.0.9
5656

5757
EXPOSE 3000
5858

examples/basic/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/ghostwriternr/cloudflare-sandbox:0.0.5
1+
FROM docker.io/ghostwriternr/cloudflare-sandbox:0.0.9
22

33
EXPOSE 8080
44
EXPOSE 3001

0 commit comments

Comments
 (0)