Skip to content

Commit

Permalink
Merge pull request #667 from liangliangyy/dev
Browse files Browse the repository at this point in the history
升级依赖
  • Loading branch information
liangliangyy committed Jul 4, 2023
2 parents c2bfdb1 + 140c0f7 commit e6a9513
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Expand Up @@ -5,8 +5,8 @@ RUN apt-get install default-libmysqlclient-dev -y && \
ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
ADD requirements.txt requirements.txt
RUN pip install --upgrade pip && \
pip install -Ur requirements.txt && \
pip install gunicorn[gevent] && \
pip install --no-cache-dir -r requirements.txt && \
pip install --no-cache-dir gunicorn[gevent] && \
pip cache purge

ADD . .
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.es.yml
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
es:
image: liangliangyy/elasticsearch-analysis-ik:8.5.2
image: liangliangyy/elasticsearch-analysis-ik:8.6.1
container_name: es
restart: always
environment:
Expand All @@ -14,7 +14,7 @@ services:
- ./bin/datas/es/:/usr/share/elasticsearch/data/

kibana:
image: kibana:8.5.2
image: kibana:8.6.1
restart: always
container_name: kibana
ports:
Expand Down
14 changes: 7 additions & 7 deletions requirements.txt
@@ -1,7 +1,7 @@
coverage==7.2.2
coverage==7.2.7
bleach==6.0.0
Django==4.2.1
django-compressor==4.3.1
Django==4.2.3
django-compressor==4.4
django-haystack==3.2.1
django-ipware==5.0.0
django-mdeditor==0.1.20
Expand All @@ -12,8 +12,8 @@ gevent==22.10.2
jieba==0.42.1
jsonpickle==3.0.1
Markdown==3.4.3
mysqlclient==2.1.1
Pillow==9.5.0
mysqlclient==2.2.0
Pillow==10.0.0
Pygments==2.15.1
python-logstash==0.4.8
python-slugify==8.0.1
Expand All @@ -22,5 +22,5 @@ requests==2.31.0
WeRoBot==1.13.1
Whoosh==2.7.4
user-agents==2.2.0
redis==4.5.5
openai==0.27.6
redis==4.6.0
openai==0.27.8

0 comments on commit e6a9513

Please sign in to comment.