Skip to content

Commit cd8a83f

Browse files
committed
Pin setuptools to 81
1 parent 70e4b00 commit cd8a83f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

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

Dockerfile.aarch64

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

0 commit comments

Comments
 (0)