Skip to content

Commit 99a8a36

Browse files
committed
use proper pip ingestion
1 parent 62aa44c commit 99a8a36

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
@@ -84,7 +84,7 @@ RUN \
8484
pip install -U --no-cache-dir \
8585
pip \
8686
wheel && \
87-
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.22/ \
87+
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.23/ \
8888
apprise \
8989
pynzb \
9090
requests && \

Dockerfile.aarch64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ RUN \
8484
pip install -U --no-cache-dir \
8585
pip \
8686
wheel && \
87-
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.22/ \
87+
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.23/ \
8888
apprise \
8989
pynzb \
9090
requests && \

0 commit comments

Comments
 (0)