Skip to content

Commit

Permalink
feat: update tman (#15)
Browse files Browse the repository at this point in the history
* feat: Update Dockerfile

* fix: build
  • Loading branch information
wangyoucao577 authored Dec 26, 2024
1 parent 8c0cda7 commit eeca8de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ 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.5.0/tman-linux-x64-clang-release.zip && \
unzip tman-linux-x64-clang-release.zip && \
RUN wget --no-check-certificate --progress=dot:mega https://github.com/TEN-framework/ten_framework/releases/download/0.6.0/tman-linux-x64-clang-release-x64.zip && \
unzip tman-linux-x64-clang-release-x64.zip && \
mv ten_manager/bin/tman /usr/local/bin/ && \
rm -rf tman-*.zip ten_manager

Expand Down

0 comments on commit eeca8de

Please sign in to comment.