Skip to content

Commit

Permalink
feat: update tman to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyoucao577 committed Jan 13, 2025
1 parent 0dd94f5 commit 023b00d
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.6.4/tman-linux-clang-release-x64.zip && \
unzip tman-linux-clang-release-x64.zip && \
RUN wget --no-check-certificate --progress=dot:mega https://github.com/TEN-framework/ten_framework/releases/download/0.7.0/tman-linux-gcc-release-x64.zip && \
unzip tman-linux-gcc-release-x64.zip && \
mv ten_manager/bin/tman /usr/local/bin/ && \
rm -rf tman-*.zip ten_manager

Expand Down

0 comments on commit 023b00d

Please sign in to comment.