From 34b6bbabda452972495bfdfc422fd07c7bff8858 Mon Sep 17 00:00:00 2001 From: Marvin Zhang Date: Wed, 3 Nov 2021 21:45:55 +0800 Subject: [PATCH] fixed seaweedfs download link --- Dockerfile | 2 +- Dockerfile.cn | 2 +- Dockerfile.local | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 953410439..f78a67f24 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,7 +35,7 @@ RUN chmod 777 /tmp \ && ln -s /usr/bin/python3 /usr/local/bin/python # install seaweedfs -RUN wget https://github.com/chrislusf/seaweedfs/releases/download/2.59/linux_amd64.tar.gz \ +RUN wget https://github.com/chrislusf/seaweedfs/releases/download/2.76/linux_amd64.tar.gz \ && tar -zxf linux_amd64.tar.gz \ && cp weed /usr/local/bin diff --git a/Dockerfile.cn b/Dockerfile.cn index ed282d4e6..54864c4f7 100644 --- a/Dockerfile.cn +++ b/Dockerfile.cn @@ -35,7 +35,7 @@ RUN chmod 777 /tmp \ && ln -s /usr/bin/python3 /usr/local/bin/python # install seaweedfs -RUN wget https://github.com/chrislusf/seaweedfs/releases/download/2.59/linux_amd64.tar.gz \ +RUN wget https://github.com/chrislusf/seaweedfs/releases/download/2.76/linux_amd64.tar.gz \ && tar -zxf linux_amd64.tar.gz \ && cp weed /usr/local/bin diff --git a/Dockerfile.local b/Dockerfile.local index ed282d4e6..54864c4f7 100644 --- a/Dockerfile.local +++ b/Dockerfile.local @@ -35,7 +35,7 @@ RUN chmod 777 /tmp \ && ln -s /usr/bin/python3 /usr/local/bin/python # install seaweedfs -RUN wget https://github.com/chrislusf/seaweedfs/releases/download/2.59/linux_amd64.tar.gz \ +RUN wget https://github.com/chrislusf/seaweedfs/releases/download/2.76/linux_amd64.tar.gz \ && tar -zxf linux_amd64.tar.gz \ && cp weed /usr/local/bin