This commit is contained in:
renzhiyuan 2025-08-05 09:37:34 +08:00
parent faeef3050e
commit 8ade08aadc
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# 使用官方 Python 基础镜像
FROM python:3.8-slim
FROM python:3.11-slim
# 设置工作目录
WORKDIR /app