Skip to content

Commit d34bf2d

Browse files
authored
Merge pull request #176 from linuxserver/testing-3.22
2 parents 04782f0 + 76419af commit d34bf2d

File tree

12 files changed

+10
-8
lines changed

12 files changed

+10
-8
lines changed

.github/CONTRIBUTING.md

100755100644
File mode changed.

.github/FUNDING.yml

100755100644
File mode changed.

.github/ISSUE_TEMPLATE/config.yml

100755100644
File mode changed.

.github/ISSUE_TEMPLATE/issue.bug.yml

100755100644
File mode changed.

.github/ISSUE_TEMPLATE/issue.feature.yml

100755100644
File mode changed.

.github/workflows/greetings.yml

100755100644
File mode changed.

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
FROM ghcr.io/linuxserver/unrar:latest AS unrar
44

5-
FROM ghcr.io/linuxserver/baseimage-alpine:3.21 AS buildstage
5+
FROM ghcr.io/linuxserver/baseimage-alpine:3.22 AS buildstage
66

77
# set NZBGET version
88
ARG NZBGET_RELEASE
@@ -58,7 +58,7 @@ RUN \
5858
curl -o /app/nzbget/cacert.pem -L "https://curl.se/ca/cacert.pem"
5959

6060
# Runtime Stage
61-
FROM ghcr.io/linuxserver/baseimage-alpine:3.21
61+
FROM ghcr.io/linuxserver/baseimage-alpine:3.22
6262

6363
# set version label
6464
ARG BUILD_DATE
@@ -85,7 +85,7 @@ RUN \
8585
pip install -U --no-cache-dir \
8686
pip \
8787
wheel && \
88-
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.21/ \
88+
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.22/ \
8989
apprise \
9090
pynzb \
9191
requests && \

Dockerfile.aarch64

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
FROM ghcr.io/linuxserver/unrar:arm64v8-latest AS unrar
44

5-
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.21 AS buildstage
5+
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.22 AS buildstage
66

77
# set NZBGET version
88
ARG NZBGET_RELEASE
@@ -58,7 +58,7 @@ RUN \
5858
curl -o /app/nzbget/cacert.pem -L "https://curl.se/ca/cacert.pem"
5959

6060
# Runtime Stage
61-
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.21
61+
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.22
6262

6363
# set version label
6464
ARG BUILD_DATE
@@ -83,7 +83,7 @@ RUN \
8383
pip install -U --no-cache-dir \
8484
pip \
8585
wheel && \
86-
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.21/ \
86+
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.22/ \
8787
apprise \
8888
pynzb \
8989
requests && \

LICENSE

100755100644
File mode changed.

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
312312

313313
## Versions
314314

315-
* **27.05.24:** - Rebase to Alpine 3.21. Move MainDir to /config, leave default DestDir/InterDir as /downloads.
315+
* **05.07.25:** - Rebase to Alpine 3.22.
316+
* **24.12.24:** - Rebase to Alpine 3.21. Move MainDir to /config, leave default DestDir/InterDir as /downloads.
316317
* **27.05.24:** - Rebase to Alpine 3.20.
317318
* **09.05.24:** - Revive image based on the fork from https://github.com/nzbgetcom/nzbget

0 commit comments

Comments
 (0)