Using browsertrix-crawler 0.7.0 (release)

This commit is contained in:
renaud gaudin 2022-10-12 14:57:01 +00:00
parent fab4ff6bf5
commit 0624c50121
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed ### Changed
- Using warc2zim version xxx ⚠️ use released warc2zim before releasing - Using warc2zim version xxx ⚠️ use released warc2zim before releasing
- Using browsertrix-crawler 0.7 ⚠️ use non-beya before releasing - Using browsertrix-crawler 0.7.0
- Fixed `--allowHashUrls` being a boolean param - Fixed `--allowHashUrls` being a boolean param
- Increased `check_url` timeout (12s to connect, 27s to read) instead of 10s - Increased `check_url` timeout (12s to connect, 27s to read) instead of 10s

View File

@ -1,4 +1,4 @@
FROM webrecorder/browsertrix-crawler:0.7.0-beta.5 FROM webrecorder/browsertrix-crawler:0.7.0
LABEL org.opencontainers.image.source https://github.com/openzim/zimit 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/* RUN apt-get update && apt-get install -qqy --no-install-recommends libmagic1 && apt-get clean && rm -rf /var/lib/apt/lists/*