Skip to content

Commit

Permalink
ci: pin poetry version
Browse files Browse the repository at this point in the history
  • Loading branch information
thearchitector committed Nov 23, 2023
1 parent 18bf439 commit 6a1551b
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 @@ -11,7 +11,7 @@ RUN apt-get update && \
apt-get install --no-install-recommends -y curl build-essential && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* && \
curl -sSL https://install.python-poetry.org | python3 - && \
curl -sSL https://install.python-poetry.org | POETRY_VERSION=1.5.1 python3 - && \
poetry config virtualenvs.create false

COPY poetry.lock pyproject.toml /casbin-tortoise/
Expand Down

0 comments on commit 6a1551b

Please sign in to comment.