Merge pull request #464 from openzim/upgrade

Upgrade to Browsertrix Crawler 1.5.1
This commit is contained in:
benoit74 2025-02-07 09:36:24 +01:00 committed by GitHub
commit cc84848c32
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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},
}