[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
This commit is contained in:
Mike Fährmann
2024-10-10 10:12:26 +02:00
parent c681e94736
commit c2ac7a49e7

View File

@@ -1,4 +1,4 @@
FROM python:alpine
FROM python:3.12-alpine
ENV LANG=C.UTF-8
RUN : \