Skip to content

Commit 51e29b2

Browse files
authored
Update Dockerfile
1 parent 31ceecf commit 51e29b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ RUN sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b /usr/loc
7474
RUN curl https://gosspublic.alicdn.com/ossutil/install.sh | bash
7575

7676
# 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 && \
77+
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 && \
7878
unzip tman-linux-release-x64.zip && \
7979
mv ten_manager/bin/tman /usr/local/bin/ && \
8080
rm -rf tman-*.zip ten_manager

0 commit comments

Comments
 (0)