File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 22
33FROM ghcr.io/linuxserver/unrar:latest AS unrar
44
5- FROM ghcr.io/linuxserver/baseimage-alpine:3.21
5+ FROM ghcr.io/linuxserver/baseimage-alpine:3.22
66
77# set version label
88ARG BUILD_DATE
4545 pip install -U --no-cache-dir \
4646 pip \
4747 wheel && \
48- pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.21 / -r requirements.txt && \
48+ pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.22 / -r requirements.txt && \
4949 echo "**** build sab translations ****" && \
5050 python3 tools/make_mo.py && \
5151 echo "**** install par2cmdline-turbo from source ****" && \
Original file line number Diff line number Diff line change 22
33FROM ghcr.io/linuxserver/unrar:arm64v8-latest AS unrar
44
5- FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.21
5+ FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.22
66
77# set version label
88ARG BUILD_DATE
4545 pip install -U --no-cache-dir \
4646 pip \
4747 wheel && \
48- pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.21 / -r requirements.txt && \
48+ pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.22 / -r requirements.txt && \
4949 echo "**** build sab translations ****" && \
5050 python3 tools/make_mo.py && \
5151 echo "**** install par2cmdline-turbo from source ****" && \
Original file line number Diff line number Diff line change 22
33FROM ghcr.io/linuxserver/unrar:riscv64-latest AS unrar
44
5- FROM ghcr.io/linuxserver/baseimage-alpine:riscv64-edge
5+ FROM ghcr.io/linuxserver/baseimage-alpine:riscv64-3.22
66
77# set version label
88ARG BUILD_DATE
4545 pip install -U --no-cache-dir \
4646 pip \
4747 wheel && \
48- pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-edge / -r requirements.txt && \
48+ pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.22 / -r requirements.txt && \
4949 echo "**** build sab translations ****" && \
5050 python3 tools/make_mo.py && \
5151 echo "**** install par2cmdline-turbo from source ****" && \
Original file line number Diff line number Diff line change @@ -316,7 +316,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
316316
317317# # Versions
318318
319- * ** 11 .05.25:** - Add experimental RISCV build.
319+ * ** 30 .05.25:** - Rebase to Alpine 3.22. Add experimental RISCV build.
320320* ** 15.12.24:** - Rebase to Alpine 3.21.
321321* ** 24.05.24:** - Rebase to Alpine 3.20.
322322* ** 23.03.24:** - Remove nzb-notify as apprise is now directly supported.
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ init_diagram: |
8888 "sabnzbd:nightly" <- Base Images
8989# changelog
9090changelogs :
91- - {date: "11 .05.25:", desc: "Add experimental RISCV build."}
91+ - {date: "30 .05.25:", desc: "Rebase to Alpine 3.22. Add experimental RISCV build."}
9292 - {date: "15.12.24:", desc: "Rebase to Alpine 3.21."}
9393 - {date: "24.05.24:", desc: "Rebase to Alpine 3.20."}
9494 - {date: "23.03.24:", desc: "Remove nzb-notify as apprise is now directly supported."}
You can’t perform that action at this time.
0 commit comments