diff options
| author | Steren <[email protected]> | 2025-06-14 12:01:06 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-14 19:01:06 +0000 |
| commit | d0b77d9fa02c61bacc9fde6e9cb3bd39a9c04454 (patch) | |
| tree | d3bc0cbd304c0e267d150974030cdfb7f0dd23ea | |
| parent | 2c6aae863af084fdd515c56a41ef01cd9d7b2c0b (diff) | |
Dockerfile: Node 22 and ENTRYPOINT (#1038)
| -rw-r--r-- | Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -FROM docker.io/library/node:20-slim +FROM docker.io/library/node:22-slim ARG SANDBOX_NAME="gemini-cli-sandbox" ENV SANDBOX="$SANDBOX_NAME" @@ -45,4 +45,4 @@ RUN npm install -g /usr/local/share/npm-global/gemini-cli-cli.tgz /usr/local/sha && rm -f /usr/local/share/npm-global/gemini-cli-{cli,core}.tgz # default entrypoint when none specified -CMD ["gemini"] +ENTRYPOINT ["gemini"] |
