File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
FROM ghcr.io/linuxserver/unrar:latest as unrar
4
4
5
- FROM ghcr.io/linuxserver/baseimage-alpine:3.20
5
+ FROM ghcr.io/linuxserver/baseimage-alpine:3.19
6
6
7
7
# set version label
8
8
ARG BUILD_DATE
40
40
pip install -U --no-cache-dir \
41
41
pip \
42
42
wheel && \
43
- pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.20 / \
43
+ pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.19 / \
44
44
pyload-ng[all]=="${PYLOAD_VERSION}" && \
45
45
printf "Linuxserver.io version: ${VERSION}\n Build-date: ${BUILD_DATE}" > /build_version && \
46
46
echo "**** cleanup ****" && \
Original file line number Diff line number Diff line change 2
2
3
3
FROM ghcr.io/linuxserver/unrar:arm64v8-latest as unrar
4
4
5
- FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.20
5
+ FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.19
6
6
7
7
# set version label
8
8
ARG BUILD_DATE
40
40
pip install -U --no-cache-dir \
41
41
pip \
42
42
wheel && \
43
- pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.20 / \
43
+ pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.19 / \
44
44
pyload-ng[all]=="${PYLOAD_VERSION}" && \
45
45
printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \
46
46
echo "**** cleanup ****" && \
Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ app_setup_block: |
44
44
45
45
# changelog
46
46
changelogs :
47
+ - { date: "20.07.24:", desc: "Revert to Alpine 3.19 due to inconsistent upstream addon support for Python 3.12."}
47
48
- { date: "27.06.24:", desc: "Rebase to Alpine 3.20."}
48
49
- { date: "23.12.23:", desc: "Rebase to Alpine 3.19."}
49
50
- { date: "08.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