From cc7459e40388c8ede6a16277be94ea89e4fbfc6e Mon Sep 17 00:00:00 2001 From: Zach Sais Date: Mon, 16 Jun 2025 01:13:39 -0500 Subject: fix version release for Dockerfile build (#1080) --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 092e1ed5..abb2cf44 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,9 @@ FROM docker.io/library/node:20-slim ARG SANDBOX_NAME="gemini-cli-sandbox" +ARG CLI_VERSION_ARG ENV SANDBOX="$SANDBOX_NAME" +ENV CLI_VERSION=$CLI_VERSION_ARG # install minimal set of packages, then clean up RUN apt-get update && apt-get install -y --no-install-recommends \ -- cgit v1.2.3