Skip to content

Commit

Permalink
build: pin poetry in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
leafty authored Feb 11, 2025
1 parent a4904b4 commit 43e5989
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 @@ -7,7 +7,7 @@ USER 1000:1000
WORKDIR /app
RUN python3 -m pip install --user pipx && \
python3 -m pipx ensurepath && \
/home/renku/.local/bin/pipx install poetry && \
/home/renku/.local/bin/pipx install poetry==1.8.5 && \
python3 -m venv .venv
COPY poetry.lock pyproject.toml ./
RUN /home/renku/.local/bin/poetry export --only main --without-hashes -o requirements.txt && \
Expand Down

0 comments on commit 43e5989

Please sign in to comment.