Skip to content

Commit 588ff52

Browse files
author
David Robertson
authored
Bump poetry-version to 1.2.2 (#1326)
Should be backwards-compatible, see matrix-org/setup-python-poetry#14 for rationale
1 parent 12b95c6 commit 588ff52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/synapse.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN curl -sSf https://sh.rustup.rs | sh -s -- -y --no-modify-path --default-tool
2424
# pip version provided by Debian Buster. See
2525
# https://github.com/pypa/setuptools/issues/3457#issuecomment-1190125849
2626
RUN ${PYTHON_VERSION} -m pip install -q --upgrade pip
27-
RUN ${PYTHON_VERSION} -m pip install -q --no-cache-dir poetry==1.2.0
27+
RUN ${PYTHON_VERSION} -m pip install -q --no-cache-dir poetry==1.2.2
2828

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

0 commit comments

Comments
 (0)