From 2d03d6c47fdb4e0b8ed77e87fa7d7c383b56238b Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Thu, 16 Jan 2025 15:57:25 +0100 Subject: [PATCH] release(hive-cli): 0.6.6 --- images/hive-cli/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/hive-cli/Dockerfile b/images/hive-cli/Dockerfile index 69f067f..654678d 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="v0.6.5" +ENV CLI_VERSION="v0.6.6" # ENV CLI_BRANCH="main" ENV PATH="/workspace/.local/bin:$PATH" ENV HIVE_HOME="/workspace/hive"