Skip to content

Commit 414b5f2

Browse files
committed
revert(claude-code): restore main.test.ts to origin/main state
1 parent 4edcb00 commit 414b5f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

registry/coder/modules/claude-code/main.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const setupContainer = async ({
5454
...vars,
5555
});
5656
const coderScript = findResourceInstance(state, "coder_script");
57-
const id = await runContainer(image ?? "node:18-alpine");
57+
const id = await runContainer(image ?? "codercom/enterprise-node:latest");
5858
registerCleanup(() => removeContainer(id));
5959
return { id, coderScript };
6060
};

0 commit comments

Comments
 (0)