diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md old mode 100755 new mode 100644 diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml old mode 100755 new mode 100644 diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml old mode 100755 new mode 100644 diff --git a/.github/ISSUE_TEMPLATE/issue.bug.yml b/.github/ISSUE_TEMPLATE/issue.bug.yml old mode 100755 new mode 100644 diff --git a/.github/ISSUE_TEMPLATE/issue.feature.yml b/.github/ISSUE_TEMPLATE/issue.feature.yml old mode 100755 new mode 100644 diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml old mode 100755 new mode 100644 diff --git a/Dockerfile b/Dockerfile index 00abf1a..0563f20 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM ghcr.io/linuxserver/unrar:latest AS unrar -FROM ghcr.io/linuxserver/baseimage-alpine:3.21 AS buildstage +FROM ghcr.io/linuxserver/baseimage-alpine:3.22 AS buildstage # set NZBGET version ARG NZBGET_RELEASE @@ -58,7 +58,7 @@ RUN \ curl -o /app/nzbget/cacert.pem -L "https://curl.se/ca/cacert.pem" # Runtime Stage -FROM ghcr.io/linuxserver/baseimage-alpine:3.21 +FROM ghcr.io/linuxserver/baseimage-alpine:3.22 # set version label ARG BUILD_DATE @@ -85,7 +85,7 @@ RUN \ pip install -U --no-cache-dir \ pip \ wheel && \ - pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.21/ \ + pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.22/ \ apprise \ pynzb \ requests && \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index e523377..d851008 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -2,7 +2,7 @@ FROM ghcr.io/linuxserver/unrar:arm64v8-latest AS unrar -FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.21 AS buildstage +FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.22 AS buildstage # set NZBGET version ARG NZBGET_RELEASE @@ -58,7 +58,7 @@ RUN \ curl -o /app/nzbget/cacert.pem -L "https://curl.se/ca/cacert.pem" # Runtime Stage -FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.21 +FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.22 # set version label ARG BUILD_DATE @@ -83,7 +83,7 @@ RUN \ pip install -U --no-cache-dir \ pip \ wheel && \ - pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.21/ \ + pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.22/ \ apprise \ pynzb \ requests && \ diff --git a/LICENSE b/LICENSE old mode 100755 new mode 100644 diff --git a/README.md b/README.md index 251c71c..5f6e472 100644 --- a/README.md +++ b/README.md @@ -312,6 +312,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions -* **27.05.24:** - Rebase to Alpine 3.21. Move MainDir to /config, leave default DestDir/InterDir as /downloads. +* **05.07.25:** - Rebase to Alpine 3.22. +* **24.12.24:** - Rebase to Alpine 3.21. Move MainDir to /config, leave default DestDir/InterDir as /downloads. * **27.05.24:** - Rebase to Alpine 3.20. * **09.05.24:** - Revive image based on the fork from https://github.com/nzbgetcom/nzbget diff --git a/readme-vars.yml b/readme-vars.yml index 6eb4358..5e6a29f 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -95,6 +95,7 @@ init_diagram: | "nzbget:testing" <- Base Images # changelog changelogs: - - {date: "27.05.24:", desc: "Rebase to Alpine 3.21. Move MainDir to /config, leave default DestDir/InterDir as /downloads."} + - {date: "05.07.25:", desc: "Rebase to Alpine 3.22."} + - {date: "24.12.24:", desc: "Rebase to Alpine 3.21. Move MainDir to /config, leave default DestDir/InterDir as /downloads."} - {date: "27.05.24:", desc: "Rebase to Alpine 3.20."} - {date: "09.05.24:", desc: "Revive image based on the fork from https://github.com/nzbgetcom/nzbget"} diff --git a/root/donate.txt b/root/donate.txt old mode 100755 new mode 100644