Skip to content

Commit b42428c

Browse files
Version Packages
1 parent 2a84578 commit b42428c

19 files changed

Lines changed: 40 additions & 22 deletions

File tree

.changeset/container-launch-spec.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ copies the prebuilt binary out of the public GHCR image and into a thin
6363
Debian base:
6464

6565
```dockerfile
66-
FROM ghcr.io/cloudflare/computer-computerd-linux-x64:0.3.0 AS computerd
66+
FROM ghcr.io/cloudflare/computer-computerd-linux-x64:0.4.0 AS computerd
6767

6868
FROM debian:stable-slim
6969

examples/container/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# back to the userspace shim transparently.
1515

1616

17-
FROM ghcr.io/cloudflare/computer-computerd-linux-x64:0.3.0 AS computerd
17+
FROM ghcr.io/cloudflare/computer-computerd-linux-x64:0.4.0 AS computerd
1818

1919
FROM debian:stable-slim
2020

examples/egress/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/cloudflare/computer-computerd-linux-x64:0.3.0 AS computerd
1+
FROM ghcr.io/cloudflare/computer-computerd-linux-x64:0.4.0 AS computerd
22

33
FROM debian:bookworm-slim
44

examples/mcp/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/cloudflare/computer-computerd-linux-x64:0.3.0 AS computerd
1+
FROM ghcr.io/cloudflare/computer-computerd-linux-x64:0.4.0 AS computerd
22

33
FROM node:22-bookworm-slim
44

examples/think-compare-runtimes/Dockerfile.workspace

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# that do not expose /dev/fuse.
1313

1414

15-
FROM ghcr.io/cloudflare/computer-computerd-linux-x64:0.3.0 AS computerd
15+
FROM ghcr.io/cloudflare/computer-computerd-linux-x64:0.4.0 AS computerd
1616

1717
FROM --platform=linux/amd64 node:22-trixie-slim
1818

examples/think/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# surface reads and writes.
1010

1111

12-
FROM ghcr.io/cloudflare/computer-computerd-linux-x64:0.3.0 AS computerd
12+
FROM ghcr.io/cloudflare/computer-computerd-linux-x64:0.4.0 AS computerd
1313

1414
FROM debian:stable-slim
1515

examples/tutorial/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# through the Workspace is on disk for pandoc to read, and the PDF
99
# pandoc writes syncs back to the durable object.
1010

11-
FROM ghcr.io/cloudflare/computer-computerd-linux-x64:0.3.0 AS computerd
11+
FROM ghcr.io/cloudflare/computer-computerd-linux-x64:0.4.0 AS computerd
1212

1313
FROM debian:stable-slim
1414

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/computer-computerd-linux-x64/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ builds the binary, stages it into `bin/computerd`, and publishes the image
2020
instead:
2121

2222
```dockerfile
23-
FROM ghcr.io/cloudflare/computer-computerd-linux-x64:0.3.0 AS computerd
23+
FROM ghcr.io/cloudflare/computer-computerd-linux-x64:0.4.0 AS computerd
2424
FROM debian:stable-slim
2525
RUN apt-get update \
2626
&& apt-get install -y --no-install-recommends \

0 commit comments

Comments
 (0)