build fails with python 3.13. Pinning to 3.12.

This commit is contained in:
Craig Tomkow
2024-10-08 18:54:55 -06:00
parent 6d985ae8b9
commit 2f8a565fcb

View File

@@ -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 && \