updated versions

This commit is contained in:
Marvin Zhang
2021-12-14 16:17:01 +08:00
parent 4e118606b6
commit a0c116c504
5 changed files with 6 additions and 4 deletions

View File

@@ -5,6 +5,8 @@ on:
branches: [ master, release, develop ]
pull_request:
branches: [ master ]
release:
types: [created]
env:
IMAGE_NAME: crawlabteam/crawlab

View File

@@ -49,7 +49,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.b20211024-1207
RUN pip install crawlab-sdk==0.6.b20211213-2123
# add files
COPY ./backend/conf /app/backend/conf

View File

@@ -49,7 +49,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.b20211024-1207
RUN pip install crawlab-sdk==0.6.b20211213-2123
# add files
COPY ./backend/conf /app/backend/conf

View File

@@ -49,7 +49,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.b20211024-1207
RUN pip install crawlab-sdk==0.6.b20211213-2123
# add files
COPY ./backend/conf /app/backend/conf

View File

@@ -15,7 +15,7 @@
},
"license": "BSD-3-Clause",
"dependencies": {
"crawlab-ui": "0.6.0-beta.20211213.1200",
"crawlab-ui": "0.6.0-beta.20211214.1200",
"vue": "3.0.11",
"vue-router": "^4.0.11"
},