build(docker): use direct UV base image
Some checks failed
Build and Push Docker / build-and-push (push) Failing after 7m53s

This commit is contained in:
gameloader
2025-10-07 23:22:20 +08:00
parent 26cef158c2
commit 0ab8fc2fa9

View File

@ -1,5 +1,5 @@
# 使用官方 uv 预装的 Python 镜像
FROM docker.1ms.run/astral/uv:python3.12-bookworm-slim
FROM astral/uv:python3.12-bookworm-slim
# 设置工作目录
WORKDIR /app