From 0624c50121122b622cfc4502b4e0c6883e95eb5b Mon Sep 17 00:00:00 2001 From: renaud gaudin Date: Wed, 12 Oct 2022 14:57:01 +0000 Subject: [PATCH] Using browsertrix-crawler 0.7.0 (release) --- CHANGELOG.md | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bef2cf..e91f690 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 -- Using browsertrix-crawler 0.7 ⚠️ use non-beya before releasing +- Using browsertrix-crawler 0.7.0 - Fixed `--allowHashUrls` being a boolean param - Increased `check_url` timeout (12s to connect, 27s to read) instead of 10s diff --git a/Dockerfile b/Dockerfile index 30657d7..0b3ef23 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 RUN apt-get update && apt-get install -qqy --no-install-recommends libmagic1 && apt-get clean && rm -rf /var/lib/apt/lists/*