Skip to content

Commit

Permalink
默认的Python版本升级到3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
xfgryujk committed Nov 17, 2024
1 parent 928ec4a commit 4b9c01b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
npm run build
```

2. 安装服务器依赖(需要Python 3.8以上版本):
2. 安装服务器依赖(需要Python 3.12以上版本):

```sh
pip install -r requirements.txt
Expand Down

0 comments on commit 4b9c01b

Please sign in to comment.