mirror of
https://github.com/xfgryujk/blivechat.git
synced 2024-12-25 12:21:00 +08:00
默认的Python版本升级到3.12
This commit is contained in:
parent
928ec4a41e
commit
4b9c01b0c3
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user