From c2ac7a49e7968a84b3df862d286f99cb1af347a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Thu, 10 Oct 2024 10:12:26 +0200 Subject: [PATCH] [docker] build from 'python:3.12-alpine' python:alpine:latest updated to Python3.13, for which there currently is no prebuilt 'brotli' wheel, causing the image build to fail --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 757b5363..98f0065a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:alpine +FROM python:3.12-alpine ENV LANG=C.UTF-8 RUN : \