update dockerfile

This commit is contained in:
朱潮 2025-12-16 21:35:04 +08:00
parent e36787fb63
commit 52b34846a4

View File

@ -1,5 +1,5 @@
# 使用Python 3.12官方镜像作为基础镜像
FROM python:3.12-slim
FROM docker.1ms.run/python:3.12-slim
# 设置工作目录
WORKDIR /app