From 4b9c01b0c3419b8b8ce35c02139b7f7fde861532 Mon Sep 17 00:00:00 2001 From: John Smith Date: Sun, 17 Nov 2024 22:55:16 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=98=E8=AE=A4=E7=9A=84Python=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=8D=87=E7=BA=A7=E5=88=B03.12?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 65d094be..3cdf36ba 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 7ecb3be5..165f17c4 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