From f45411a7beb66a21197bea55d2ab3a54fcfd0b39 Mon Sep 17 00:00:00 2001 From: MisterSheeple <27652712+MisterSheeple@users.noreply.github.com> Date: Tue, 2 Jul 2024 07:20:35 +0000 Subject: [PATCH] Dockerfile: temporarily roll back wibo to last working version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e18d145e..c0d33680 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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