From 507f1351ee0666721bffc95d1498c4240e42c65d Mon Sep 17 00:00:00 2001 From: Jay Zhang Date: Fri, 15 Nov 2024 23:13:27 +0800 Subject: [PATCH] feat: upgrade tman --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 12114c2..ff478d2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,7 +38,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.4.0/tman-linux-x64-clang-release.zip && \ +RUN wget --no-check-certificate --progress=dot:mega https://github.com/TEN-framework/ten_framework/releases/download/0.4.1/tman-linux-x64-clang-release.zip && \ unzip tman-linux-x64-clang-release.zip && \ mv ten_manager/bin/tman /usr/local/bin/ && \ rm -rf tman-*.zip ten_manager