From 7be10be765ac215309a552c7820b161cb86b9e38 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Wed, 15 Jan 2025 00:25:47 +0100 Subject: [PATCH] release(hive-cli): 0.6.3 --- 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 7a890ee..da804c6 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.2" +ENV CLI_VERSION="v0.6.3" # ENV CLI_BRANCH="main" ENV PATH="/workspace/.local/bin:$PATH" ENV HIVE_HOME="/workspace/hive"