diff --git a/images/hive-cli/Dockerfile b/images/hive-cli/Dockerfile index b89393f..e47dafc 100644 --- a/images/hive-cli/Dockerfile +++ b/images/hive-cli/Dockerfile @@ -21,7 +21,7 @@ RUN adduser --disabled-password --home /workspace --uid 1000 --shell /bin/sh use USER user WORKDIR /workspace -ENV CLI_VERSION="0.1.2" +ENV CLI_VERSION="0.1.3" ENV PATH="/workspace/.local/bin:$PATH" ENV HIVE_HOME="/workspace/hive" ENV UV_CACHE_DIR="/workspace//uv"