From 636a6a6d281005e438253bc1cdc6dbee3f6c7c6b Mon Sep 17 00:00:00 2001 From: benoit74 Date: Mon, 15 Jul 2024 05:42:28 +0000 Subject: [PATCH] Upgrade to Browsertrix Crawler 1.2.4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 74a5fcf..e0fa38e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM webrecorder/browsertrix-crawler:1.2.0 +FROM webrecorder/browsertrix-crawler:1.2.4 LABEL org.opencontainers.image.source https://github.com/openzim/zimit # add deadsnakes ppa for Python 3.12 on Ubuntu Jammy