Skip to content

Commit

Permalink
feat: update tman
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyoucao577 committed Feb 7, 2025
1 parent 81d207e commit 1f5bb09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ RUN sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b /usr/loc
RUN curl https://gosspublic.alicdn.com/ossutil/install.sh | bash

# install tman
RUN wget --no-check-certificate --progress=dot:mega https://github.com/TEN-framework/ten_framework/releases/download/0.8.12/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.13/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
Expand Down

0 comments on commit 1f5bb09

Please sign in to comment.