Skip to content

Commit f353e39

Browse files
authored
Merge pull request rivet-dev#273 from Crunchyman-ralph/fix/update-install-script-to-0.4.x
fix: update install script URL from 0.3.x to 0.4.x
2 parents 7b23e51 + 3525dcc commit f353e39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdks/typescript/src/providers/shared.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export const DEFAULT_SANDBOX_AGENT_IMAGE = "rivetdev/sandbox-agent:0.5.0-rc.1-full";
2-
export const SANDBOX_AGENT_INSTALL_SCRIPT = "https://releases.rivet.dev/sandbox-agent/0.3.x/install.sh";
2+
export const SANDBOX_AGENT_INSTALL_SCRIPT = "https://releases.rivet.dev/sandbox-agent/0.4.x/install.sh";
33
export const DEFAULT_AGENTS = ["claude", "codex"] as const;
44

55
export function buildServerStartCommand(port: number): string {

0 commit comments

Comments
 (0)