From 234fb03f080fba51158a0ab5f6dacab722a10f35 Mon Sep 17 00:00:00 2001 From: Emilien <4016501+unixfox@users.noreply.github.com> Date: Sun, 17 Nov 2024 23:51:21 +0100 Subject: [PATCH] downgrade to old chromium version with alpine 3.19 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 191fca2..1a6c168 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13-alpine3.20 +FROM python:3.12-alpine3.19 # Install dependencies RUN apk add --no-cache \