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

This commit is contained in:
Nathan Flurry 2026-03-15 22:38:30 -07:00
parent bf543d225d
commit 56c80e6c9e
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.3.1-full";
export const FULL_IMAGE = "rivetdev/sandbox-agent:0.4.0-rc.2-full";
export interface DockerSandboxOptions {
/** Container port used by sandbox-agent inside Docker. */