bump python to always latest

This commit is contained in:
ElevenNotes
2025-02-10 10:43:05 +01:00
parent 78d0173da0
commit 48a5ba320c

View File

@@ -45,7 +45,7 @@
# :: install application
RUN set -ex; \
apk --no-cache --update add \
python3=3.12.9-r0; \
python3; \
apk --no-cache --update --virtual .build add \
py3-pip;