mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 09:01:17 +00:00
chore: update examples to use Alpine and improve test script
- Docker example uses Alpine for musl compatibility with 0.1.x releases - Update test script binary path and E2B provider - Minor example updates
This commit is contained in:
parent
cbd36eeca8
commit
9e9514f2e8
5 changed files with 6 additions and 7 deletions
|
|
@ -78,7 +78,7 @@ async function getLatestGitVersion(): Promise<string | null> {
|
|||
}
|
||||
|
||||
async function shouldTagAsLatest(newVersion: string): Promise<boolean> {
|
||||
// Check if version has prerelease identifier (e.g., 1.0.0-rc.1)
|
||||
// Check if version has prerelease identifier
|
||||
const parsedVersion = semver.parse(newVersion);
|
||||
if (!parsedVersion) {
|
||||
throw new Error(`Invalid semantic version: ${newVersion}`);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue