mirror of
https://github.com/woodchen-ink/Q58Bot.git
synced 2025-07-18 13:52:07 +08:00
更新Docker基础镜像以使用Python 3.12.5-slim
将Dockerfile中的Python基础镜像版本从3.9-slim更新到3.12.5-slim,以使用最新的Python版本。
This commit is contained in:
parent
a3cb34d4e4
commit
0ae0f4dbdb
@ -1,4 +1,4 @@
|
|||||||
FROM python:3.9-slim
|
FROM python:3.12.5-slim
|
||||||
|
|
||||||
# 设置时区
|
# 设置时区
|
||||||
ENV TZ=Asia/Singapore
|
ENV TZ=Asia/Singapore
|
||||||
|
Loading…
x
Reference in New Issue
Block a user