File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ RUN echo > config.yml \
1111 sed -i "s@VERSION = .*@VERSION = '${VERSION}'@g" server/const.py; \
1212 fi
1313
14- FROM python:3.12.7 -slim
14+ FROM python:3.13.1 -slim
1515
1616ENV LANG=en_US.UTF-8 \
1717 PATH=/data/py3/bin:$PATH
Original file line number Diff line number Diff line change 1- FROM python:3.12.7 -slim
1+ FROM python:3.13.1 -slim
22
33# Install APT dependencies
44ARG DEPENDENCIES=" \
Original file line number Diff line number Diff line change 1- FROM registry.cn-beijing.aliyuncs.com/nineaiyu/python:3.12.7 -slim
1+ FROM registry.cn-beijing.aliyuncs.com/nineaiyu/python:3.13.1 -slim
22
33# add pip cn mirrors
44ARG PIP_MIRROR=https://pypi.tuna.tsinghua.edu.cn/simple
Original file line number Diff line number Diff line change 1- django == 5.1.3
1+ django == 5.1.4
22djangorestframework == 3.15.2
33django-cors-headers == 4.6.0
44django-filter == 24.3
@@ -11,7 +11,7 @@ celery==5.4.0
1111django-celery-beat == 2.7.0
1212django-celery-results == 2.5.1
1313flower == 2.0.1
14- python-daemon == 3.1.0
14+ python-daemon == 3.1.2
1515gunicorn == 23.0.0
1616django-proxy == 1.3.0
1717psutil == 6.1.0
@@ -25,16 +25,16 @@ aiofiles==24.1.0
2525websockets == 14.1
2626django-imagekit == 5.0.0
2727pilkit == 3.0
28- drf-spectacular == 0.27.2
29- drf-spectacular-sidecar == 2024.11 .1
28+ drf-spectacular == 0.28.0
29+ drf-spectacular-sidecar == 2024.12 .1
3030openpyxl == 3.2.0b1
3131pyzipper == 0.3.6
3232unicodecsv == 0.14.1
3333chardet == 5.2.0
3434pyexcel == 0.7.1
3535pyexcel-xlsx == 0.6.0
3636alibabacloud-dysmsapi20170525 == 3.1.0
37- phonenumbers == 8.13.50
37+ phonenumbers == 8.13.51
3838pycountry == 24.6.1
3939geoip2 == 4.8.1
4040ipip-ipdb == 1.6.1
You can’t perform that action at this time.
0 commit comments