Skip to content

Commit

Permalink
fix: pin poetry to pre-2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
m0nhawk authored Jan 15, 2025
1 parent 07a80b6 commit 5f196bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ WORKDIR /${appname}
# Builder stage
FROM base AS builder

RUN pipx install 'poetry<2.0'

USER gen3

COPY poetry.lock pyproject.toml /${appname}/
Expand Down

0 comments on commit 5f196bc

Please sign in to comment.