diff --git a/Dockerfile b/Dockerfile index 1819f9d..77c1e86 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,9 +2,9 @@ FROM ghcr.io/linuxserver/unrar:latest AS unrar -FROM ghcr.io/by275/libtorrent:1-alpine3.23 AS libtorrent +FROM ghcr.io/by275/libtorrent:1-alpine3.24 AS libtorrent -FROM ghcr.io/linuxserver/baseimage-alpine:3.23 +FROM ghcr.io/linuxserver/baseimage-alpine:3.24 # set version label ARG BUILD_DATE @@ -36,9 +36,9 @@ RUN \ pip install -U --no-cache-dir \ pip \ 'setuptools==81' && \ - pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.23/ \ + pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.24/ \ rencode==1.0.6 && \ - pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.23/ \ + pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.24/ \ deluge[all]==${DELUGE_VERSION} \ pygeoip && \ echo "**** grab GeoIP database ****" && \ @@ -55,7 +55,7 @@ RUN \ COPY --from=libtorrent /libtorrent-build/usr/lib/libtorrent-rasterbar.* /usr/lib/ - COPY --from=libtorrent /libtorrent-build/usr/lib/python3.12 /lsiopy/lib/python3.12 + COPY --from=libtorrent /libtorrent-build/usr/lib/python3.14 /lsiopy/lib/python3.14 # add local files COPY root/ / diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 7618375..99db8ab 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -2,9 +2,9 @@ FROM ghcr.io/linuxserver/unrar:arm64v8-latest AS unrar -FROM ghcr.io/by275/libtorrent:1-alpine3.23-arm64 AS libtorrent +FROM ghcr.io/by275/libtorrent:1-alpine3.24-arm64 AS libtorrent -FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.23 +FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.24 # set version label ARG BUILD_DATE @@ -36,9 +36,9 @@ RUN \ pip install -U --no-cache-dir \ pip \ 'setuptools==81' && \ - pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.23/ \ + pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.24/ \ rencode==1.0.6 && \ - pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.23/ \ + pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.24/ \ deluge[all]==${DELUGE_VERSION} \ pygeoip && \ echo "**** grab GeoIP database ****" && \ @@ -55,7 +55,7 @@ RUN \ COPY --from=libtorrent /libtorrent-build/usr/lib/libtorrent-rasterbar.* /usr/lib/ - COPY --from=libtorrent /libtorrent-build/usr/lib/python3.12 /lsiopy/lib/python3.12 + COPY --from=libtorrent /libtorrent-build/usr/lib/python3.14 /lsiopy/lib/python3.14 # add local files COPY root/ / diff --git a/README.md b/README.md index 8d90b50..b81e322 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 +* **05.07.26:** - Rebase to Alpine 3.24. * **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. diff --git a/readme-vars.yml b/readme-vars.yml index f3be66b..4729a5c 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -100,6 +100,7 @@ init_diagram: | "deluge:libtorrentv1" <- Base Images # changelog changelogs: + - {date: "05.07.26:", desc: "Rebase to Alpine 3.24."} - {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."}