Skip to content

Commit

Permalink
feat: update tman
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyoucao577 committed Jan 24, 2025
1 parent a135f22 commit bb98ce2
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 @@ -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.5/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.6/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 bb98ce2

Please sign in to comment.