mirror of
https://github.com/openzim/zimit.git
synced 2025-09-23 03:52:16 -04:00
Merge pull request #427 from openzim/upgrade_crawler
Upgrade to browsertrix crawler 1.3.5
This commit is contained in:
commit
800142d66f
@ -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.3.5 (#426)
|
||||
|
||||
## [2.1.5] - 2024-11-01
|
||||
|
||||
### Changed
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM webrecorder/browsertrix-crawler:1.3.4
|
||||
FROM webrecorder/browsertrix-crawler:1.3.5
|
||||
LABEL org.opencontainers.image.source https://github.com/openzim/zimit
|
||||
|
||||
RUN apt-get update \
|
||||
|
@ -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.1.3",
|
||||
]
|
||||
dynamic = ["authors", "classifiers", "keywords", "license", "version", "urls"]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user