diff options
author | David Robertson <davidr@element.io> | 2022-07-15 16:18:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-15 16:18:47 +0100 |
commit | e9ce4d089bbb013f870bbc8d58ec796e8f315eb4 (patch) | |
tree | d4cf82e2784fce24dba420a4cf7b060e83367b14 /docker | |
parent | Don't pull out the full state when storing state (#13274) (diff) | |
download | synapse-e9ce4d089bbb013f870bbc8d58ec796e8f315eb4.tar.xz |
Use and recommend poetry 1.1.14, up from 1.1.12 (#13285)
Diffstat (limited to 'docker')
-rw-r--r-- | docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index 22707ed142..f4d8e6c925 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -45,7 +45,7 @@ RUN \ # We install poetry in its own build stage to avoid its dependencies conflicting with # synapse's dependencies. -# We use a specific commit from poetry's master branch instead of our usual 1.1.12, +# We use a specific commit from poetry's master branch instead of our usual 1.1.14, # to incorporate fixes to some bugs in `poetry export`. This commit corresponds to # https://github.com/python-poetry/poetry/pull/5156 and # https://github.com/python-poetry/poetry/issues/5141 ; |