Skip to content

Commit 500772f

Browse files
committed
chore: bump to 0.0.0-alpha.5
1 parent 8f8b04f commit 500772f

6 files changed

Lines changed: 7 additions & 7 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.4 AS wsd
11+
FROM ghcr.io/cloudflare/workspace-wsd-linux-x64:0.0.0-alpha.5 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.4 AS wsd
16+
FROM ghcr.io/cloudflare/workspace-wsd-linux-x64:0.0.0-alpha.5 AS wsd
1717

1818
FROM debian:stable-slim
1919

package-lock.json

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

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.4",
3+
"version": "0.0.0-alpha.5",
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.4",
3+
"version": "0.0.0-alpha.5",
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.4",
3+
"version": "0.0.0-alpha.5",
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)