mirror of
https://github.com/fotoente/MIsskey-ebooks-bot
synced 2024-11-12 22:57:08 +00:00
Changed Mi.py Version
This commit is contained in:
parent
06476ead2a
commit
212df36622
1 changed files with 1 additions and 1 deletions
|
@ -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 . .
|
||||
|
||||
|
|
Loading…
Reference in a new issue