use crawler 0.7.0-beta.3

This commit is contained in:
renaud gaudin 2022-09-03 18:44:48 +00:00
parent 472c4cf41a
commit 2d4375fd0a

View file

@ -1,4 +1,4 @@
FROM webrecorder/browsertrix-crawler:0.7.0-beta.1
FROM webrecorder/browsertrix-crawler:0.7.0-beta.3
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/*