chore(ci): avoid reinstall pipx and pin poetry version aligned with in api dockerfile (#10426)
This commit is contained in:
parent
7903ba0297
commit
754bfb181c
7 changed files with 56 additions and 43 deletions
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue