Skip to content

Commit

Permalink
feat: upgrade tman
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyoucao577 committed Nov 11, 2024
1 parent 9ed4598 commit a78aba6
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 @@ -35,7 +35,7 @@ RUN wget --no-check-certificate --progress=dot:mega https://go.dev/dl/go1.22.3.l
rm go1.22.3.linux-amd64.tar.gz

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

0 comments on commit a78aba6

Please sign in to comment.