From 09b8f9d8285b7b070fddac0421e18c66eeabbc01 Mon Sep 17 00:00:00 2001 From: Shrey Pandya Date: Fri, 3 Jul 2026 11:16:05 -0400 Subject: [PATCH] chore(cli): changeset to release browse 0.9.3 (publish Docker image) Patch bump to trigger the first browse release that publishes the Docker image added in #2295. browse 0.9.2 shipped before the GHCR publish step existed, so no image exists yet; 0.9.3 produces ghcr.io/browserbase/browse. Co-Authored-By: Claude Opus 4.8 (1M context) --- .changeset/browse-docker-image.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/browse-docker-image.md diff --git a/.changeset/browse-docker-image.md b/.changeset/browse-docker-image.md new file mode 100644 index 000000000..86d5156f3 --- /dev/null +++ b/.changeset/browse-docker-image.md @@ -0,0 +1,5 @@ +--- +"browse": patch +--- + +browse is now also distributed as a Docker image: `ghcr.io/browserbase/browse` (multi-arch `linux/amd64,linux/arm64`, pinned to each release). Lets code sandboxes consume the CLI by image reference without a Dockerfile.