upgrade setuptools version to 82.0.0

This commit is contained in:
Byron Wang 2026-02-10 18:14:49 +08:00
parent 065a69ced0
commit 6ea4b8ff31
No known key found for this signature in database
GPG Key ID: 335E934E215AD579

View File

@ -6,7 +6,7 @@ WORKDIR /app/api
# Install uv
ENV UV_VERSION=0.8.9
RUN pip3 install --no-cache-dir uv==${UV_VERSION}
RUN pip3 install --no-cache-dir uv==${UV_VERSION} setuptools==82.0.0
# production stage
FROM base AS production