diff --git a/Dockerfile.stats b/Dockerfile.stats index e41c005..878c6d7 100644 --- a/Dockerfile.stats +++ b/Dockerfile.stats @@ -9,8 +9,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ && rm -rf /var/lib/apt/lists/* RUN pip install --no-cache-dir \ - "flet>=0.82.2" \ - "flet-web>=0.82.2" \ + "flet==0.82.2" \ + "flet-web==0.82.2" \ "uvicorn[standard]" \ httpx \ matplotlib