From 5cab5fdaaf2f47b2b811d1dfa2504141a86db1e1 Mon Sep 17 00:00:00 2001 From: Marc Di Luzio Date: Wed, 14 Aug 2024 17:42:39 +0100 Subject: [PATCH] Move back to python 3.11 Apparently has less issues with gcc https://github.com/docker-library/python/issues/869 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 09e4085..15d6c2b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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.description="Matchy matches matchees" LABEL org.opencontainers.image.licenses=Unlicense