默认的Python版本升级到3.12

This commit is contained in:
John Smith 2024-11-17 22:55:16 +08:00
parent 928ec4a41e
commit 4b9c01b0c3
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ RUN npm run build
# 准备后端 # 准备后端
# #
FROM python:3.8.12-bullseye FROM python:3.12.7-bookworm
ARG BASE_PATH='/root/blivechat' ARG BASE_PATH='/root/blivechat'
ARG EXT_DATA_PATH='/mnt/data' ARG EXT_DATA_PATH='/mnt/data'
WORKDIR "${BASE_PATH}" WORKDIR "${BASE_PATH}"

View File

@ -69,7 +69,7 @@
npm run build npm run build
``` ```
2. 安装服务器依赖需要Python 3.8以上版本): 2. 安装服务器依赖需要Python 3.12以上版本):
```sh ```sh
pip install -r requirements.txt pip install -r requirements.txt