Dockerfile: temporarily roll back wibo to last working version

This commit is contained in:
MisterSheeple
2024-07-02 07:20:35 +00:00
committed by GitHub
parent 2274c005df
commit f45411a7be
+1 -1
View File
@@ -16,7 +16,7 @@ RUN pip install -r /temp/requirements.txt
RUN rm -rf /temp
# --- wibo installation ---
RUN wget https://github.com/decompals/wibo/releases/latest/download/wibo
RUN wget https://github.com/decompals/wibo/releases/download/0.6.13/wibo
RUN install ./wibo /usr/bin
RUN rm wibo