chore(ci): avoid reinstall pipx and pin poetry version aligned with in api dockerfile (#10426)

This commit is contained in:
Bowen Liang
2024-11-08 17:30:26 +08:00
committed by GitHub
parent 7903ba0297
commit 754bfb181c
7 changed files with 56 additions and 43 deletions

View File

@@ -4,7 +4,7 @@ FROM python:3.10-slim-bookworm AS base
WORKDIR /app/api
# Install Poetry
ENV POETRY_VERSION=1.8.3
ENV POETRY_VERSION=1.8.4
# if you located in China, you can use aliyun mirror to speed up
# RUN pip install --no-cache-dir poetry==${POETRY_VERSION} -i https://mirrors.aliyun.com/pypi/simple/