Skip to content

Commit

Permalink
Bump poetry-version to 1.2.2 (#1326)
Browse files Browse the repository at this point in the history
Should be backwards-compatible, see
matrix-org/setup-python-poetry#14 for rationale
  • Loading branch information
David Robertson authored Jan 16, 2023
1 parent 12b95c6 commit 588ff52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/synapse.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN curl -sSf https://sh.rustup.rs | sh -s -- -y --no-modify-path --default-tool
# pip version provided by Debian Buster. See
# https://github.com/pypa/setuptools/issues/3457#issuecomment-1190125849
RUN ${PYTHON_VERSION} -m pip install -q --upgrade pip
RUN ${PYTHON_VERSION} -m pip install -q --no-cache-dir poetry==1.2.0
RUN ${PYTHON_VERSION} -m pip install -q --no-cache-dir poetry==1.2.2

# As part of the Docker build, we attempt to pre-install Synapse's dependencies
# in the hope that it speeds up the real install of Synapse. To make this work,
Expand Down

0 comments on commit 588ff52

Please sign in to comment.