We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04e5d5c commit a1a38ffCopy full SHA for a1a38ff
Dockerfile
@@ -74,7 +74,7 @@ RUN sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b /usr/loc
74
RUN curl https://gosspublic.alicdn.com/ossutil/install.sh | bash
75
76
# install tman
77
-RUN wget --no-check-certificate --progress=dot:mega https://github.com/TEN-framework/ten_framework/releases/download/0.11.19/tman-linux-release-x64.zip && \
+RUN wget --no-check-certificate --progress=dot:mega https://github.com/TEN-framework/ten_framework/releases/download/0.11.21/tman-linux-release-x64.zip && \
78
unzip tman-linux-release-x64.zip && \
79
mv ten_manager/bin/tman /usr/local/bin/ && \
80
rm -rf tman-*.zip ten_manager
0 commit comments