diff options
| author | Brandon Keiji <[email protected]> | 2025-05-30 18:02:27 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-05-30 18:02:27 +0000 |
| commit | 816cc08a8f493bb7268936ffe314587bb4444f88 (patch) | |
| tree | 4b8792201a911c08b46ce83440a263ff36473745 /scripts | |
| parent | 8c46108a852128d1d0792c149746631d83fc58cf (diff) | |
fix(sandbox): set default env var to 'gemini-cli-sandbox' (#620)
Diffstat (limited to 'scripts')
| -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 5997e201..9f6dcfe6 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-code-sandbox:latest +IMAGE=gemini-cli-sandbox:latest DOCKERFILE=Dockerfile SKIP_NPM_INSTALL_BUILD=false |
