Explorar o código

[docker] Keep flower compatible with celery v4

Romain Rigaux %!s(int64=4) %!d(string=hai) anos
pai
achega
12b148f8f5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tools/docker/hue/Dockerfile

+ 1 - 1
tools/docker/hue/Dockerfile

@@ -56,7 +56,7 @@ RUN ./build/env/bin/pip install --no-cache-dir \
   psycopg2-binary \
   # Avoid Django 3 pulling
   django_redis==4.11.0 \
-  flower \
+  flower==0.9.7 \
   # Contains fix for SparkSql show tables
   git+https://github.com/gethue/PyHive \
   # pyhive \