From 2f8a565fcbc50392e70ad31da12a79ef2a872f8b Mon Sep 17 00:00:00 2001 From: Craig Tomkow Date: Tue, 8 Oct 2024 18:54:55 -0600 Subject: [PATCH] build fails with python 3.13. Pinning to 3.12. --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 61aaa16..ecb094c 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3 +FROM python:3.12 RUN git clone https://github.com/vale46n1/immich_duplicate_finder.git /immich_duplicate_finder && \ cd /immich_duplicate_finder && \