diff --git a/Dockerfile b/Dockerfile index 65d094b..3cdf36b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 EXT_DATA_PATH='/mnt/data' WORKDIR "${BASE_PATH}" diff --git a/README.md b/README.md index 7ecb3be..165f17c 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ npm run build ``` -2. 安装服务器依赖(需要Python 3.8以上版本): +2. 安装服务器依赖(需要Python 3.12以上版本): ```sh pip install -r requirements.txt