mirror of
https://github.com/openzim/zimit.git
synced 2025-09-22 11:22:23 -04:00
Using browsertrix-crawler 0.8.0-beta.1
This commit is contained in:
parent
8fd9462e25
commit
554fff5c87
@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
### Changed
|
||||
|
||||
- Using warc2zim version xxx ⚠️ use released warc2zim before releasing (bump)
|
||||
- Using browsertrix-crawler 0.8.0-beta.0
|
||||
- Using browsertrix-crawler 0.8.0-beta.1
|
||||
- Fixed `--allowHashUrls` being a boolean param
|
||||
- Increased `check_url` timeout (12s to connect, 27s to read) instead of 10s
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM webrecorder/browsertrix-crawler:0.8.0-beta.0
|
||||
FROM webrecorder/browsertrix-crawler:0.8.0-beta.1
|
||||
LABEL org.opencontainers.image.source https://github.com/openzim/zimit
|
||||
|
||||
RUN apt-get update && apt-get install -qqy --no-install-recommends libmagic1 && apt-get clean && rm -rf /var/lib/apt/lists/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user