Skip to content

Commit ab51106

Browse files
authored
Update config-store.js
1 parent 1a072c5 commit ab51106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/config-store.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class ConfigStore {
5353

5454
"docker.container_pool_size":
5555
parseInt(process.env.CONTAINER_POOL_SIZE, 10) || 2,
56-
"docker.custom_image": "sunwuyuan/zerocat-runner:latest",
56+
"docker.custom_image": "sunwuyuan/coderunner:latest",
5757

5858
"logging.level": "info",
5959
"logging.format": "dev",

0 commit comments

Comments
 (0)