Skip to content

Commit

Permalink
Update poetry to a much newer version
Browse files Browse the repository at this point in the history
  • Loading branch information
devonh committed May 21, 2024
1 parent b0f1d13 commit 2ea47a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ FROM docker.io/library/python:${PYTHON_VERSION}-slim-bookworm as requirements
# We install poetry in its own build stage to avoid its dependencies conflicting with
# sygnal's dependencies.
RUN --mount=type=cache,target=/root/.cache/pip \
pip install --user "poetry==1.3.2"
pip install --user "poetry==1.8.3"

WORKDIR /sygnal

Expand Down

0 comments on commit 2ea47a4

Please sign in to comment.