Skip to content

Commit 75b8c9b

Browse files
committed
Bump v0.0.0-alpha.4
1 parent 2dc2e6a commit 75b8c9b

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

examples/think/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# (git, npm, vitest, …) see the same files the Workspace RPC
99
# surface reads and writes.
1010

11-
FROM ghcr.io/cloudflare/workspace-wsd-linux-x64:0.0.0-alpha.3 AS wsd
11+
FROM ghcr.io/cloudflare/workspace-wsd-linux-x64:0.0.0-alpha.4 AS wsd
1212

1313
FROM debian:stable-slim
1414

examples/wsd-container/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# real FUSE backend mounts; `wrangler dev` doesn't, so wsd falls
1414
# back to the userspace shim transparently.
1515

16-
FROM ghcr.io/cloudflare/workspace-wsd-linux-x64:0.0.0-alpha.3 AS wsd
16+
FROM ghcr.io/cloudflare/workspace-wsd-linux-x64:0.0.0-alpha.4 AS wsd
1717

1818
FROM debian:stable-slim
1919

packages/workspace/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudflare/workspace",
3-
"version": "0.0.0-alpha.3",
3+
"version": "0.0.0-alpha.4",
44
"description": "Cloudflare Workspace — a SQLite-backed virtual filesystem with sync to a container-side daemon (wsd).",
55
"license": "MIT",
66
"repository": {

packages/wsd-linux-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudflare/workspace-wsd-linux-x64",
3-
"version": "0.0.0-alpha.3",
3+
"version": "0.0.0-alpha.4",
44
"description": "Prebuilt wsd binary for linux-x64. Single-platform distribution; install on a linux-x64 host or COPY --from a docker build stage that installed it.",
55
"license": "MIT",
66
"os": [

packages/wsd/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudflare/workspace-wsd",
3-
"version": "0.0.0-alpha.3",
3+
"version": "0.0.0-alpha.4",
44
"description": "Workspace daemon CLI and FUSE mount. Source-only; the distributable lives at @cloudflare/workspace-wsd-linux-x64.",
55
"license": "MIT",
66
"private": true,

0 commit comments

Comments
 (0)