[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:
@@ -1,4 +1,4 @@
|
||||
FROM python:alpine
|
||||
FROM python:3.12-alpine
|
||||
ENV LANG=C.UTF-8
|
||||
|
||||
RUN : \
|
||||
|
||||
Reference in New Issue
Block a user