Changed Mi.py Version

This commit is contained in:
Fotoente 2022-02-20 10:20:44 +01:00
parent 06476ead2a
commit 212df36622

View file

@ -12,7 +12,7 @@ WORKDIR /usr/src/app
COPY requirements.txt ./
RUN pip install --upgrade pip
RUN pip install --no-cache-dir -r requirements.txt
RUN pip install git+https://github.com/yupix/Mi.py.git@v3.3.0
RUN pip install git+https://github.com/yupix/Mi.py.git@v3.9.9
COPY . .