mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
updated versions
This commit is contained in:
2
.github/workflows/dockerpush.yml
vendored
2
.github/workflows/dockerpush.yml
vendored
@@ -5,6 +5,8 @@ on:
|
||||
branches: [ master, release, develop ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
release:
|
||||
types: [created]
|
||||
|
||||
env:
|
||||
IMAGE_NAME: crawlabteam/crawlab
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user