From 9610888108686c187af525723135012fae508a18 Mon Sep 17 00:00:00 2001 From: Marvin Zhang Date: Wed, 3 Nov 2021 21:57:34 +0800 Subject: [PATCH] updated dockerfile --- Dockerfile | 2 +- Dockerfile.cn | 2 +- Dockerfile.local | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index f78a67f2..cb2da8e5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -41,7 +41,7 @@ RUN wget https://github.com/chrislusf/seaweedfs/releases/download/2.76/linux_amd # install backend RUN pip install scrapy pymongo bs4 requests -RUN pip install crawlab-sdk==0.6.b20210729-1634 +RUN pip install crawlab-sdk==0.6.b20211024-1207 # add files COPY ./backend/conf /app/backend/conf diff --git a/Dockerfile.cn b/Dockerfile.cn index 54864c4f..df6444cd 100644 --- a/Dockerfile.cn +++ b/Dockerfile.cn @@ -41,7 +41,7 @@ RUN wget https://github.com/chrislusf/seaweedfs/releases/download/2.76/linux_amd # install backend RUN pip install scrapy pymongo bs4 requests -i https://mirrors.aliyun.com/pypi/simple -RUN pip install crawlab-sdk==0.6.b20210729-1634 +RUN pip install crawlab-sdk==0.6.b20211024-1207 # add files COPY ./backend/conf /app/backend/conf diff --git a/Dockerfile.local b/Dockerfile.local index 54864c4f..df6444cd 100644 --- a/Dockerfile.local +++ b/Dockerfile.local @@ -41,7 +41,7 @@ RUN wget https://github.com/chrislusf/seaweedfs/releases/download/2.76/linux_amd # install backend RUN pip install scrapy pymongo bs4 requests -i https://mirrors.aliyun.com/pypi/simple -RUN pip install crawlab-sdk==0.6.b20210729-1634 +RUN pip install crawlab-sdk==0.6.b20211024-1207 # add files COPY ./backend/conf /app/backend/conf