From 588ff5225783ab7b33ab95d0f00b88f392b0f73d Mon Sep 17 00:00:00 2001 From: David Robertson Date: Mon, 16 Jan 2023 16:22:14 +0000 Subject: [PATCH] Bump poetry-version to 1.2.2 (#1326) Should be backwards-compatible, see https://github.com/matrix-org/setup-python-poetry/pull/14 for rationale --- docker/synapse.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/synapse.Dockerfile b/docker/synapse.Dockerfile index c3897c4e6..55549e7a8 100644 --- a/docker/synapse.Dockerfile +++ b/docker/synapse.Dockerfile @@ -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,