Skip to content

Commit 2da5879

Browse files
committed
Pin setuptools to 81
1 parent 79a42da commit 2da5879

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ RUN \
3434
python3 -m venv /lsiopy && \
3535
pip install -U --no-cache-dir \
3636
pip \
37-
wheel && \
37+
'setuptools==81' && \
3838
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.23/ \
3939
-r https://raw.githubusercontent.com/Tautulli/tautulli-baseimage/refs/heads/python3/requirements.txt && \
4040
echo "**** Hard Coding versioning ****" && \

Dockerfile.aarch64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ RUN \
3434
python3 -m venv /lsiopy && \
3535
pip install -U --no-cache-dir \
3636
pip \
37-
wheel && \
37+
'setuptools==81' && \
3838
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.23/ \
3939
-r https://raw.githubusercontent.com/Tautulli/tautulli-baseimage/refs/heads/python3/requirements.txt && \
4040
echo "**** Hard Coding versioning ****" && \

0 commit comments

Comments
 (0)