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 11, 2025
1 parent 2b105c0 commit 0dd94f5
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.6.3/tman-linux-clang-release-x64.zip && \
RUN wget --no-check-certificate --progress=dot:mega https://github.com/TEN-framework/ten_framework/releases/download/0.6.4/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 0dd94f5

Please sign in to comment.