1
0
Fork 0
This commit is contained in:
Ilya Mukhortov 2021-01-25 15:46:41 +10:00
parent 3bf1d356b4
commit ac7df5023c
1 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,5 @@
FROM python:3.6.8-alpine FROM python:3.8
RUN pip install --upgrade pip RUN pip install flower==0.9.7
RUN pip install flower==0.9.5
RUN pip install redis RUN pip install redis