diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2020-11-17 16:01:33 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-17 16:01:33 +0000 |
commit | c087f680531b2c40a4dc731da64b351a133c27fe (patch) | |
tree | d283e8ca8c3bfbbb8d5cb5cbe12730f2e8f4adf8 /changelog.d | |
parent | Fix changelog (diff) | |
download | synapse-c087f680531b2c40a4dc731da64b351a133c27fe.tar.xz |
Cap the version of prometheus_client to <v0.9.0 in the dockerfile (#8767)
Short-term fix for https://github.com/matrix-org/synapse/issues/8766.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8767.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8767.bugfix b/changelog.d/8767.bugfix new file mode 100644 index 0000000000..9fe5107a5e --- /dev/null +++ b/changelog.d/8767.bugfix @@ -0,0 +1 @@ +Fix a dependency versioning bug in the Dockerfile that prevented Synapse from starting. |