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/*