Skip to content

Commit 2d357dd

Browse files
committed
rebase to 3.23 testing
1 parent c038df0 commit 2d357dd

4 files changed

Lines changed: 8 additions & 6 deletions

File tree

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.22 AS buildstage
5+
FROM ghcr.io/linuxserver/baseimage-alpine:3.23 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.22
61+
FROM ghcr.io/linuxserver/baseimage-alpine:3.23
6262

6363
# set version label
6464
ARG BUILD_DATE
@@ -86,7 +86,7 @@ RUN \
8686
pip install -U --no-cache-dir \
8787
pip \
8888
wheel && \
89-
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.22/ \
89+
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.23/ \
9090
apprise \
9191
pynzb \
9292
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.22 AS buildstage
5+
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.23 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.22
61+
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.23
6262

6363
# set version label
6464
ARG BUILD_DATE
@@ -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 && \

README.md

Lines changed: 1 addition & 0 deletions
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+
* **05.06.26:** - Rebase to Alpine 3.23.
315316
* **18.08.25:** - Install new boost-filesystem dependancy.
316317
* **05.07.25:** - Rebase to Alpine 3.22.
317318
* **24.12.24:** - Rebase to Alpine 3.21. Move MainDir to /config, leave default DestDir/InterDir as /downloads.

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ init_diagram: |
9595
"nzbget:testing" <- Base Images
9696
# changelog
9797
changelogs:
98+
- {date: "05.06.26:", desc: "Rebase to Alpine 3.23."}
9899
- {date: "18.08.25:", desc: "Install new boost-filesystem dependancy."}
99100
- {date: "05.07.25:", desc: "Rebase to Alpine 3.22."}
100101
- {date: "24.12.24:", desc: "Rebase to Alpine 3.21. Move MainDir to /config, leave default DestDir/InterDir as /downloads."}

0 commit comments

Comments
 (0)