Upgrade to Browsertrix Crawler 1.5.1

This commit is contained in:
benoit74 2025-02-07 08:24:02 +00:00
parent 5af981c01c
commit 6ec53f774f
No known key found for this signature in database
GPG key ID: B89606434FC7B530
3 changed files with 3 additions and 4 deletions

View file

@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Upgrade to browsertrix crawler 1.5.0, Python 3.13 and others (#462)
- Upgrade to browsertrix crawler 1.5.1, Python 3.13 and others (#462)
## [2.1.7] - 2024-01-10

View file

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

View file

@ -91,8 +91,7 @@ def test_stats_output():
"pending": 0,
"pendingPages": [],
"total": 17,
"failed": 1,
"failedWillRetry": 17,
"failed": 18,
"limit": {"max": 0, "hit": False},
}