fix: docker build (#385)

* fix: docker build

* modify base docker image
This commit is contained in:
殷逸维 2025-07-05 11:07:52 +08:00 committed by GitHub
parent 7ad11bf86c
commit d4fbc86b28
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
FROM ghcr.io/astral-sh/uv:python3.12-bookworm-slim
FROM ghcr.io/astral-sh/uv:python3.12-bookworm
# Install uv.
COPY --from=ghcr.io/astral-sh/uv:latest /uv /bin/uv