diff --git a/Dockerfile b/Dockerfile index e6a50f78..65d5ff4b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,7 @@ RUN apk add --no-cache \ python3 -m pip install --upgrade pip && \ pip install --no-cache-dir -r requirements.txt && \ # Download WebUI - curl -sL "https://github.com/Rewrite0/Auto_Bangumi_WebUI/releases/latest/download/dist.zip" | busybox unzip -q -d /app - && \ + curl -sL "https://github.com/Rewrite0/Auto_Bangumi_WebUI/releases/download/v1.2.0/dist.zip" | busybox unzip -q -d /app - && \ mv /app/dist /app/templates && \ # Add user addgroup -S ab -g 911 && \