diff --git a/.dockerignore b/.dockerignore index 188cb3f..ccaabf9 100644 --- a/.dockerignore +++ b/.dockerignore @@ -7,4 +7,5 @@ uploads/ settings_production.py *.md docs/ -logs/ \ No newline at end of file +logs/ +static/ \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index e2f7aab..9b14ebe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3 +FROM python:3.11 ENV PYTHONUNBUFFERED 1 WORKDIR /code/djangoblog/ RUN apt-get update && \ diff --git a/requirements.txt b/requirements.txt index 1a86654..adfe49c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,9 @@ -coverage==7.3.1 -bleach==6.0.0 -Django==4.2.5 +coverage==7.3.2 +bleach==6.1.0 +Django==4.2.6 django-compressor==4.4 django-haystack==3.2.1 -django-ipware==5.0.0 +django-ipware==5.0.1 django-mdeditor==0.1.20 django-uuslug==2.0.0 elasticsearch==7.16.1 @@ -11,9 +11,9 @@ elasticsearch-dsl==7.4.0 gevent==23.9.1 jieba==0.42.1 jsonpickle==3.0.2 -Markdown==3.4.4 +Markdown==3.5 mysqlclient==2.2.0 -Pillow==10.0.0 +Pillow==10.0.1 Pygments==2.16.1 python-logstash==0.4.8 python-slugify==8.0.1 @@ -22,5 +22,5 @@ requests==2.31.0 WeRoBot==1.13.1 Whoosh==2.7.4 user-agents==2.2.0 -redis==5.0.0 -openai==0.28.0 +redis==5.0.1 +openai==0.28.1