Explorar el Código

[docker] Keep flower compatible with celery v4

Romain Rigaux hace 4 años
padre
commit
12b148f8f5
Se han modificado 1 ficheros con 1 adiciones y 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 \