Skip to content

Commit 71a6251

Browse files
authored
Merge pull request #177 from linuxserver/master-3.22
2 parents 9e3b8b9 + b2fb7ed commit 71a6251

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines 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
@@ -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 && \

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 && \

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,5 +319,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
319319

320320
## Versions
321321

322+
* **05.07.25:** - Rebase to Alpine 3.22.
323+
* **24.12.24:** - Rebase to Alpine 3.21. Move MainDir to /config, leave default DestDir/InterDir as /downloads.
322324
* **31.05.24:** - Rebase to Alpine 3.20.
323325
* **09.05.24:** - Revive image based on the fork from https://github.com/nzbgetcom/nzbget.

readme-vars.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,5 +95,7 @@ init_diagram: |
9595
"nzbget:latest" <- Base Images
9696
# changelog
9797
changelogs:
98+
- {date: "05.07.25:", desc: "Rebase to Alpine 3.22."}
99+
- {date: "24.12.24:", desc: "Rebase to Alpine 3.21. Move MainDir to /config, leave default DestDir/InterDir as /downloads."}
98100
- {date: "31.05.24:", desc: "Rebase to Alpine 3.20."}
99101
- {date: "09.05.24:", desc: "Revive image based on the fork from https://github.com/nzbgetcom/nzbget."}

0 commit comments

Comments
 (0)