optimize docker backend image size (#130)

This commit is contained in:
Abeautifulsnow
2025-05-15 09:52:14 +08:00
committed by GitHub
parent 0459e3c9f8
commit 25e7b86f02

View File

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