Upgrade to browsertrix crawler 1.5.7

This commit is contained in:
benoit74 2025-02-28 06:13:45 +00:00
parent 9fc66a95b7
commit 88b85311e0
No known key found for this signature in database
GPG key ID: B89606434FC7B530
3 changed files with 6 additions and 2 deletions

View file

@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Changed
- Upgrade to browsertrix crawler 1.5.7 (#483)
## [3.0.2] - 2024-02-27
### Changed

View file

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

View file

@ -11,7 +11,7 @@ dependencies = [
"requests==2.32.3",
"inotify==0.2.10",
"tld==0.13",
"warc2zim @ git+https://github.com/openzim/warc2zim@main",
"warc2zim==2.2.2",
]
dynamic = ["authors", "classifiers", "keywords", "license", "version", "urls"]