mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-01 20:16:16 -04:00
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.
This commit is contained in:
parent
34226ec761
commit
c087f68053
3 changed files with 7 additions and 1 deletions
|
@ -36,7 +36,8 @@ RUN pip install --prefix="/install" --no-warn-script-location \
|
|||
frozendict \
|
||||
jaeger-client \
|
||||
opentracing \
|
||||
prometheus-client \
|
||||
# Match the version constraints of Synapse
|
||||
"prometheus_client>=0.4.0,<0.9.0" \
|
||||
psycopg2 \
|
||||
pycparser \
|
||||
pyrsistent \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue