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:
benoit74 2024-05-04 19:00:08 +00:00
parent d54aa22bb2
commit 9a7415a402
No known key found for this signature in database
GPG key ID: B89606434FC7B530
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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"]

View file

@ -1 +1 @@
__version__ = "2.0.0-dev3"
__version__ = "2.0.0-dev4"