Skip to content

Commit

Permalink
Merge pull request #230 from lihuacai168/ci/fix-poetry
Browse files Browse the repository at this point in the history
fix: poetry 2 can't export, it should specify version 1
  • Loading branch information
lihuacai168 authored Jan 11, 2025
2 parents a196831 + 0a3b838 commit 73b1503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM python:3.11-buster as Base

# 安装 Poetry
RUN pip install poetry
RUN pip install poetry==1.8.5

# 复制 pyproject.toml 和 poetry.lock 文件
COPY pyproject.toml poetry.lock ./
Expand Down

0 comments on commit 73b1503

Please sign in to comment.