diff options
| author | Brandon Keiji <[email protected]> | 2025-05-30 19:28:46 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-05-30 19:28:46 +0000 |
| commit | 31a7affb74a9d11008685c6654d1619f805b3898 (patch) | |
| tree | 3cb37f9615181b252923818df1a93957bc9f5ff1 /scripts/build_sandbox.sh | |
| parent | 9f85f8ed29a3e8c9f3bb8b2ae8ab8a0edf46d5cd (diff) | |
feat(sandbox): use package config to dictate sandbox image name (#624)
Diffstat (limited to 'scripts/build_sandbox.sh')
| -rwxr-xr-x | scripts/build_sandbox.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build_sandbox.sh b/scripts/build_sandbox.sh index 9f6dcfe6..81d4a196 100755 --- a/scripts/build_sandbox.sh +++ b/scripts/build_sandbox.sh @@ -26,7 +26,7 @@ fi CMD=$(scripts/sandbox_command.sh) echo "using $CMD for sandboxing" -IMAGE=gemini-cli-sandbox:latest +IMAGE=gemini-cli-sandbox DOCKERFILE=Dockerfile SKIP_NPM_INSTALL_BUILD=false |
