We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31ceecf commit 51e29b2Copy full SHA for 51e29b2
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.35/tman-linux-release-x64.zip && \
+RUN wget --no-check-certificate --progress=dot:mega https://github.com/TEN-framework/ten_framework/releases/download/0.11.39/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