We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4edcb00 commit 414b5f2Copy full SHA for 414b5f2
registry/coder/modules/claude-code/main.test.ts
@@ -54,7 +54,7 @@ const setupContainer = async ({
54
...vars,
55
});
56
const coderScript = findResourceInstance(state, "coder_script");
57
- const id = await runContainer(image ?? "node:18-alpine");
+ const id = await runContainer(image ?? "codercom/enterprise-node:latest");
58
registerCleanup(() => removeContainer(id));
59
return { id, coderScript };
60
};
0 commit comments