mirror of
https://github.com/openzim/zimit.git
synced 2025-12-31 04:23:15 +00:00
Upgrade to Browsertrix Crawler 1.1.1
Continue to use warc2zim 2.0.0-dev5 for now, Docker build issue with new stuff in warc2zim 2.0.0-dev6, will be fixed later on
This commit is contained in:
parent
d54aa22bb2
commit
9a7415a402
3 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM webrecorder/browsertrix-crawler:1.1.0
|
||||
FROM webrecorder/browsertrix-crawler:1.1.1
|
||||
LABEL org.opencontainers.image.source https://github.com/openzim/zimit
|
||||
|
||||
# add deadsnakes ppa for Python 3.12 on Ubuntu Jammy
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ dependencies = [
|
|||
"requests==2.31.0",
|
||||
"inotify==0.2.10",
|
||||
"tld==0.13",
|
||||
"warc2zim @ git+https://github.com/openzim/warc2zim@warc2zim2",
|
||||
"warc2zim @ git+https://github.com/openzim/warc2zim@warc2zim2-dev5",
|
||||
]
|
||||
dynamic = ["authors", "classifiers", "keywords", "license", "version", "urls"]
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
__version__ = "2.0.0-dev3"
|
||||
__version__ = "2.0.0-dev4"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue