Skip to content

Commit a25ec5f

Browse files
committed
Pin setuptools to 81
1 parent f492572 commit a25ec5f

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ RUN \
3535
python3 -m venv /lsiopy && \
3636
pip install -U --no-cache-dir \
3737
pip \
38-
setuptools \
39-
wheel && \
38+
'setuptools==81' && \
4039
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.23/ \
4140
rencode==1.0.6 && \
4241
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.23/ \

Dockerfile.aarch64

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ RUN \
3535
python3 -m venv /lsiopy && \
3636
pip install -U --no-cache-dir \
3737
pip \
38-
setuptools \
39-
wheel && \
38+
'setuptools==81' && \
4039
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.23/ \
4140
rencode==1.0.6 && \
4241
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.23/ \

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
323323

324324
## Versions
325325

326+
* **02.04.26:** - Pin setuptools to 81.
326327
* **29.12.25:** - Rebase to Alpine 3.23, update GeoIP provider, add weekly cronjob to update.
327328
* **12.01.25:** - Rebase to Alpine 3.21.
328329
* **19.09.24:** - Prevent race condition related delay during container stop.

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ init_diagram: |
100100
"deluge:libtorrentv1" <- Base Images
101101
# changelog
102102
changelogs:
103+
- {date: "02.04.26:", desc: "Pin setuptools to 81."}
103104
- {date: "29.12.25:", desc: "Rebase to Alpine 3.23, update GeoIP provider, add weekly cronjob to update."}
104105
- {date: "12.01.25:", desc: "Rebase to Alpine 3.21."}
105106
- {date: "19.09.24:", desc: "Prevent race condition related delay during container stop."}

0 commit comments

Comments
 (0)