Move back to python 3.11

Apparently has less issues with gcc
https://github.com/docker-library/python/issues/869
This commit is contained in:
Marc Di Luzio 2024-08-14 17:42:39 +01:00
parent e130f0c7a6
commit 5cab5fdaaf

View file

@ -1,4 +1,4 @@
FROM --platform=$TARGETPLATFORM python:3.12-slim FROM --platform=$TARGETPLATFORM python:3.11-slim
LABEL org.opencontainers.image.source=https://github.com/mdiluz/matchy LABEL org.opencontainers.image.source=https://github.com/mdiluz/matchy
LABEL org.opencontainers.image.description="Matchy matches matchees" LABEL org.opencontainers.image.description="Matchy matches matchees"
LABEL org.opencontainers.image.licenses=Unlicense LABEL org.opencontainers.image.licenses=Unlicense