mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 08:03:46 +00:00
chore(release): update version to 0.5.0-rc.2
This commit is contained in:
parent
e9fabbfe64
commit
cb42971b56
46 changed files with 87 additions and 80 deletions
|
|
@ -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.5.0-rc.1-full";
|
||||
export const FULL_IMAGE = "rivetdev/sandbox-agent:0.5.0-rc.2-full";
|
||||
|
||||
export interface DockerSandboxOptions {
|
||||
/** Container port used by sandbox-agent inside Docker. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue