chore(release): update version to 0.4.0-rc.3

This commit is contained in:
Nathan Flurry 2026-03-15 23:26:42 -07:00
parent f0ec8e497b
commit 7faed2f43a
28 changed files with 37 additions and 37 deletions

View file

@ -9,7 +9,7 @@ const __dirname = path.dirname(fileURLToPath(import.meta.url));
const REPO_ROOT = path.resolve(__dirname, "..", "..", "..");
/** Pre-built Docker image with all agents installed. */
export const FULL_IMAGE = "rivetdev/sandbox-agent:0.4.0-rc.2-full";
export const FULL_IMAGE = "rivetdev/sandbox-agent:0.4.0-rc.3-full";
export interface DockerSandboxOptions {
/** Container port used by sandbox-agent inside Docker. */