Skip to content

Commit 4b31f5c

Browse files
committed
Revert to 3.19
1 parent e155ba6 commit 4b31f5c

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

Dockerfile

Lines changed: 2 additions & 2 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.20
5+
FROM ghcr.io/linuxserver/baseimage-alpine:3.19
66

77
# set version label
88
ARG BUILD_DATE
@@ -42,7 +42,7 @@ RUN \
4242
pip install -U --no-cache-dir \
4343
pip \
4444
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/ \
4646
"git+https://github.com/pyload/pyload.git@${PYLOAD_COMMIT}" && \
4747
printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \
4848
echo "**** cleanup ****" && \

Dockerfile.aarch64

Lines changed: 2 additions & 2 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.20
5+
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.19
66

77
# set version label
88
ARG BUILD_DATE
@@ -42,7 +42,7 @@ RUN \
4242
pip install -U --no-cache-dir \
4343
pip \
4444
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/ \
4646
"git+https://github.com/pyload/pyload.git@${PYLOAD_COMMIT}" && \
4747
printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \
4848
echo "**** cleanup ****" && \

readme-vars.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,14 @@ app_setup_block: |
4444
4545
# changelog
4646
changelogs:
47+
- { date: "20.07.24:", desc: "Revert to Alpine 3.19 due to inconsistent upstream addon support for Python 3.12."}
4748
- { date: "27.06.24:", desc: "Rebase to Alpine 3.20."}
4849
- { date: "23.12.23:", desc: "Rebase to Alpine 3.19."}
4950
- { date: "08.10.23:", desc: "Install unrar from [linuxserver repo](https://github.com/linuxserver/docker-unrar)."}
5051
- { date: "10.08.23:", desc: "Bump unrar to 6.2.10."}
5152
- { date: "01.06.23:", desc: "Replace p7zip with 7zip, add unrar." }
5253
- { 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 master to alpine 3.17." }
5455
- { date: "02.02.22:", desc: "Add ffmpeg for the Youtube plugin." }
5556
- { date: "24.01.22:", desc: "Replace unrar with p7zip." }
5657
- { date: "24.01.22:", desc: "Initial release." }

0 commit comments

Comments
 (0)