From a9cf1cd9c343abb64e964464def9c12c8d1d5c90 Mon Sep 17 00:00:00 2001 From: renaud gaudin Date: Fri, 9 Sep 2022 07:26:03 +0000 Subject: [PATCH] using crawler 0.7.0-beta.4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a3b9108..bd13808 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM webrecorder/browsertrix-crawler:0.7.0-beta.3 +FROM webrecorder/browsertrix-crawler:0.7.0-beta.4 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/*