File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
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
42
42
pip install -U --no-cache-dir \
43
43
pip \
44
44
wheel && \
45
- pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.20 / \
45
+ pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.19 / \
46
46
"git+https://github.com/pyload/pyload.git@${PYLOAD_COMMIT}" && \
47
47
printf "Linuxserver.io version: ${VERSION}\n Build-date: ${BUILD_DATE}" > /build_version && \
48
48
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
42
42
pip install -U --no-cache-dir \
43
43
pip \
44
44
wheel && \
45
- pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.20 / \
45
+ pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.19 / \
46
46
"git+https://github.com/pyload/pyload.git@${PYLOAD_COMMIT}" && \
47
47
printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \
48
48
echo "**** cleanup ****" && \
Original file line number Diff line number Diff line change @@ -44,13 +44,14 @@ 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)."}
50
51
- { date: "10.08.23:", desc: "Bump unrar to 6.2.10."}
51
52
- { date: "01.06.23:", desc: "Replace p7zip with 7zip, add unrar." }
52
53
- { date: "25.05.23:", desc: "Rebase to Alpine 3.18, deprecate armhf." }
53
- - { date: "02.02.22:", desc: "Rebase develop to alpine 3.17." }
54
+ - { date: "02.02.22:", desc: "Rebase to Alpine 3.17." }
54
55
- { date: "02.02.22:", desc: "Add ffmpeg for the Youtube plugin." }
55
56
- { date: "24.01.22:", desc: "Replace unrar with p7zip." }
56
57
- { date: "24.01.22:", desc: "Initial release." }
You can’t perform that action at this time.
0 commit comments