We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42dce1f commit b184071Copy full SHA for b184071
gemini/Dockerfile
@@ -27,7 +27,7 @@ RUN ARCH=$(dpkg --print-architecture) \
27
28
ENV PATH="/usr/local/go/bin:${PATH}"
29
30
-ARG GEMINI_CLI_VERSION=0.35.0
+ARG GEMINI_CLI_VERSION=0.35.2
31
RUN npm install -g @google/gemini-cli@${GEMINI_CLI_VERSION}
32
33
COPY gemini/kelos_entrypoint.sh /kelos_entrypoint.sh
0 commit comments