File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.19
66
77# set version label
88ARG BUILD_DATE
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.19
66
77# set version label
88ARG BUILD_DATE
Original file line number Diff line number Diff line change @@ -283,6 +283,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
283283
284284# # Versions
285285
286+ * ** 07.04.25:** - Revert to Alpine 3.19 due to upstream issues with Python 3.12 support.
286287* ** 02.03.25:** - Rebase to Alpine 3.21.
287288* ** 08.01.24:** - Rebase to Alpine 3.19.
288289* ** 07.10.23:** - Install unrar from [linuxserver repo](https://github.com/linuxserver/docker-unrar).
Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ init_diagram: |
6868 "medusa:latest" <- Base Images
6969# changelog
7070changelogs :
71+ - {date: "07.04.25:", desc: "Revert to Alpine 3.19 due to upstream issues with Python 3.12 support."}
7172 - {date: "02.03.25:", desc: "Rebase to Alpine 3.21."}
7273 - {date: "08.01.24:", desc: "Rebase to Alpine 3.19."}
7374 - {date: "07.10.23:", desc: "Install unrar from [linuxserver repo](https://github.com/linuxserver/docker-unrar)."}
You can’t perform that action at this time.
0 commit comments