From 554fff5c87aa3684c528250d9e70d39118353546 Mon Sep 17 00:00:00 2001 From: renaud gaudin Date: Tue, 31 Jan 2023 10:34:32 +0000 Subject: [PATCH] Using browsertrix-crawler 0.8.0-beta.1 --- CHANGELOG.md | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dba7b47..69090e7 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 (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 diff --git a/Dockerfile b/Dockerfile index 2895df2..d678d6b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/*