From 2f36e50e0b2a298b796a69aa335831b8b4fa4020 Mon Sep 17 00:00:00 2001 From: msramalho <19508417+msramalho@users.noreply.github.com> Date: Mon, 2 Jun 2025 12:06:14 +0100 Subject: [PATCH] bumps browsertrix in docker image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e51884f..8100f95 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM webrecorder/browsertrix-crawler:1.5.8 AS base +FROM webrecorder/browsertrix-crawler:1.6.1 AS base ENV RUNNING_IN_DOCKER=1 \ LANG=C.UTF-8 \