Upgrade to Browsertrix Crawler 1.5.3

Include restore of total number of pages, following upstream fix.
This commit is contained in:
benoit74 2025-02-07 08:59:54 +00:00
parent 8b4b18bfb7
commit 3a7f583a96
No known key found for this signature in database
GPG key ID: B89606434FC7B530
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM webrecorder/browsertrix-crawler:1.5.1
FROM webrecorder/browsertrix-crawler:1.5.3
LABEL org.opencontainers.image.source=https://github.com/openzim/zimit
# add deadsnakes ppa for latest Python on Ubuntu

View file

@ -90,7 +90,7 @@ def test_stats_output():
"crawled": 17,
"pending": 0,
"pendingPages": [],
"total": 17,
"total": 35,
"failed": 18,
"limit": {"max": 0, "hit": False},
}