[docker] build from default 'python:alpine'

reverts c2ac7a49e7.
This commit is contained in:
Mike Fährmann
2024-10-24 08:00:10 +02:00
parent bce3c4b424
commit 7877f8cf1a

View File

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