Skip to content

Commit 47d8b35

Browse files
authored
Merge pull request #53 from linuxserver/main-3.19-revert
Revert to 3.19 (main)
2 parents ccccdf8 + 3ce515b commit 47d8b35

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
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
@@ -40,7 +40,7 @@ RUN \
4040
pip install -U --no-cache-dir \
4141
pip \
4242
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/ \
4444
pyload-ng[all]=="${PYLOAD_VERSION}" && \
4545
printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \
4646
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
@@ -40,7 +40,7 @@ RUN \
4040
pip install -U --no-cache-dir \
4141
pip \
4242
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/ \
4444
pyload-ng[all]=="${PYLOAD_VERSION}" && \
4545
printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \
4646
echo "**** cleanup ****" && \

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ 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)."}

0 commit comments

Comments
 (0)