From a25ec5fac4351652a475a6468eeab6a92c03020c Mon Sep 17 00:00:00 2001 From: thespad Date: Thu, 2 Apr 2026 14:26:58 +0000 Subject: [PATCH] Pin setuptools to 81 --- Dockerfile | 3 +-- Dockerfile.aarch64 | 3 +-- README.md | 1 + readme-vars.yml | 1 + 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index fab983a..1819f9d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,8 +35,7 @@ RUN \ python3 -m venv /lsiopy && \ pip install -U --no-cache-dir \ pip \ - setuptools \ - wheel && \ + 'setuptools==81' && \ pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.23/ \ rencode==1.0.6 && \ pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.23/ \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 7d14318..7618375 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -35,8 +35,7 @@ RUN \ python3 -m venv /lsiopy && \ pip install -U --no-cache-dir \ pip \ - setuptools \ - wheel && \ + 'setuptools==81' && \ pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.23/ \ rencode==1.0.6 && \ pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.23/ \ diff --git a/README.md b/README.md index 09f6b8d..8d90b50 100644 --- a/README.md +++ b/README.md @@ -323,6 +323,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **02.04.26:** - Pin setuptools to 81. * **29.12.25:** - Rebase to Alpine 3.23, update GeoIP provider, add weekly cronjob to update. * **12.01.25:** - Rebase to Alpine 3.21. * **19.09.24:** - Prevent race condition related delay during container stop. diff --git a/readme-vars.yml b/readme-vars.yml index 585163d..f3be66b 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -100,6 +100,7 @@ init_diagram: | "deluge:libtorrentv1" <- Base Images # changelog changelogs: + - {date: "02.04.26:", desc: "Pin setuptools to 81."} - {date: "29.12.25:", desc: "Rebase to Alpine 3.23, update GeoIP provider, add weekly cronjob to update."} - {date: "12.01.25:", desc: "Rebase to Alpine 3.21."} - {date: "19.09.24:", desc: "Prevent race condition related delay during container stop."}