We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12b95c6 commit 588ff52Copy full SHA for 588ff52
docker/synapse.Dockerfile
@@ -24,7 +24,7 @@ RUN curl -sSf https://sh.rustup.rs | sh -s -- -y --no-modify-path --default-tool
24
# pip version provided by Debian Buster. See
25
# https://github.com/pypa/setuptools/issues/3457#issuecomment-1190125849
26
RUN ${PYTHON_VERSION} -m pip install -q --upgrade pip
27
-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
28
29
# As part of the Docker build, we attempt to pre-install Synapse's dependencies
30
# in the hope that it speeds up the real install of Synapse. To make this work,
0 commit comments