Skip to content

Commit

Permalink
Update dependency poetry to v1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 8, 2024
1 parent e0de077 commit ddfafa0
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 @@ -9,7 +9,7 @@ WORKDIR /app
ENV POETRY_VIRTUALENVS_CREATE=false

RUN pip install pipx==1.3.3 --user --no-cache
RUN pipx install poetry==1.7.1
RUN pipx install poetry==1.8.3

COPY [ "poetry.toml", "poetry.lock", "pyproject.toml", "./" ]

Expand Down

0 comments on commit ddfafa0

Please sign in to comment.