Skip to content

Commit 16a90ce

Browse files
committed
Bump README and example to 0.0.5
1 parent 44e584c commit 16a90ce

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
@@ -8,9 +8,9 @@ First, create a Dockerfile at the root of your project, with the following conte
88

99
```Dockerfile
1010
# If building your project on amd64, use:
11-
FROM docker.io/ghostwriternr/cloudflare-sandbox:0.0.4
11+
FROM docker.io/ghostwriternr/cloudflare-sandbox:0.0.5
1212
# If building your project on arm64, use:
13-
# FROM docker.io/ghostwriternr/cloudflare-sandbox-arm:0.0.4
13+
# FROM docker.io/ghostwriternr/cloudflare-sandbox-arm:0.0.5
1414

1515
EXPOSE 3000
1616

examples/basic/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
22

3-
FROM docker.io/ghostwriternr/cloudflare-sandbox:0.0.4
3+
FROM docker.io/ghostwriternr/cloudflare-sandbox:0.0.5
44

55
EXPOSE 3000
66

0 commit comments

Comments
 (0)