From d5d76218879cb73e798c5987498f27f6bd8e39d4 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Tue, 21 Dec 2021 19:49:28 +0200 Subject: [PATCH] Pin frozendict in dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7a5adbf3d..fd53f1e78 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ RUN apt-get update && apt-get install -y \ # Build dependencies that are not available as wheels, to speed up rebuilds RUN pip install --prefix="/install" --no-warn-script-location \ - frozendict \ + "frozendict<2.1.2" \ jaeger-client \ opentracing \ # Match the version constraints of Synapse