From a7a42edb2b6e4bebb1313ce4abfb8d5cf97350f3 Mon Sep 17 00:00:00 2001 From: Jay Zhang Date: Mon, 27 Jan 2025 09:01:23 +0800 Subject: [PATCH] feat: update tman to 0.8.9 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 52b66dc..372c414 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,7 +40,7 @@ RUN wget --no-check-certificate --progress=dot:mega https://go.dev/dl/go1.22.3.l RUN sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b /usr/local/bin # install tman -RUN wget --no-check-certificate --progress=dot:mega https://github.com/TEN-framework/ten_framework/releases/download/0.8.8/tman-linux-clang-release-x64.zip && \ +RUN wget --no-check-certificate --progress=dot:mega https://github.com/TEN-framework/ten_framework/releases/download/0.8.9/tman-linux-clang-release-x64.zip && \ unzip tman-linux-clang-release-x64.zip && \ mv ten_manager/bin/tman /usr/local/bin/ && \ rm -rf tman-*.zip ten_manager