From 3ce4f5471933cd1e7d41ccf1550accff39cc6079 Mon Sep 17 00:00:00 2001 From: Marvin Zhang Date: Fri, 24 Dec 2021 17:49:15 +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 5d43b839..b88ddf89 100644 --- a/Dockerfile +++ b/Dockerfile @@ -49,7 +49,7 @@ RUN wget https://github.com/crawlab-team/resources/raw/main/seaweedfs/2.79/linux # install backend RUN pip install scrapy pymongo bs4 requests -RUN pip install crawlab-sdk==0.6.b20211213-2123 +RUN pip install crawlab-sdk==0.6.b20211224-1500 # add files COPY ./backend/conf /app/backend/conf diff --git a/Dockerfile.cn b/Dockerfile.cn index 13dfecad..225880bc 100644 --- a/Dockerfile.cn +++ b/Dockerfile.cn @@ -49,7 +49,7 @@ RUN wget https://github.com/crawlab-team/resources/raw/main/seaweedfs/2.79/linux # install backend RUN pip install scrapy pymongo bs4 requests -i https://mirrors.aliyun.com/pypi/simple -RUN pip install crawlab-sdk==0.6.b20211213-2123 +RUN pip install crawlab-sdk==0.6.b20211224-1500 # add files COPY ./backend/conf /app/backend/conf diff --git a/Dockerfile.local b/Dockerfile.local index c101b77f..4a1956b7 100644 --- a/Dockerfile.local +++ b/Dockerfile.local @@ -49,7 +49,7 @@ RUN wget https://github.com/crawlab-team/resources/raw/main/seaweedfs/2.79/linux # install backend RUN pip install scrapy pymongo bs4 requests -i https://mirrors.aliyun.com/pypi/simple -RUN pip install crawlab-sdk==0.6.b20211213-2123 +RUN pip install crawlab-sdk==0.6.b20211224-1500 # add files COPY ./backend/conf /app/backend/conf