Skip to content

Commit eec5bb6

Browse files
Readme tweak and package bump (#83)
* Readme tweak and package bump * Create grumpy-suns-check.md --------- Co-authored-by: Naresh <[email protected]>
1 parent 86e43ed commit eec5bb6

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.changeset/grumpy-suns-check.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@cloudflare/sandbox": patch
3+
---
4+
5+
Bump containers package version

packages/sandbox/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ EXPOSE 3000
8989
{
9090
"class_name": "Sandbox",
9191
"image": "./Dockerfile",
92-
"max_instances": 1
92+
"max_instances": 20
9393
}
9494
],
9595
"durable_objects": {

packages/sandbox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"description": "A sandboxed environment for running commands",
99
"dependencies": {
10-
"@cloudflare/containers": "^0.0.27"
10+
"@cloudflare/containers": "^0.0.28"
1111
},
1212
"tags": [
1313
"sandbox",

0 commit comments

Comments
 (0)