chore(release): update version to 0.4.0

This commit is contained in:
Nathan Flurry 2026-03-16 00:48:05 -07:00
parent 7faed2f43a
commit 32f3c6c3bc
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.3-full";
export const FULL_IMAGE = "rivetdev/sandbox-agent:0.4.0-full";
export interface DockerSandboxOptions {
/** Container port used by sandbox-agent inside Docker. */