build(docker): use direct UV base image
Some checks failed
Build and Push Docker / build-and-push (push) Failing after 7m53s
Some checks failed
Build and Push Docker / build-and-push (push) Failing after 7m53s
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user