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.19
5+ FROM ghcr.io/linuxserver/baseimage-alpine:3.22
66
77# set version label
88ARG BUILD_DATE
4040 pip \
4141 setuptools \
4242 wheel && \
43- pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.21 / -r requirements.txt && \
43+ pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.22 / -r requirements.txt && \
4444 printf "Linuxserver.io version: ${VERSION}\n Build-date: ${BUILD_DATE}" > /build_version && \
4545 echo "**** clean up ****" && \
4646 apk del --purge \
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.19
5+ FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.22
66
77# set version label
88ARG BUILD_DATE
4040 pip \
4141 setuptools \
4242 wheel && \
43- pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.21 / -r requirements.txt && \
43+ pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.22 / -r requirements.txt && \
4444 printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \
4545 echo "**** clean up ****" && \
4646 apk del --purge \
Original file line number Diff line number Diff line change @@ -280,6 +280,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
280280
281281# # Versions
282282
283+ * ** 10.11.25:** - Rebase to Alpine 3.22.
283284* ** 07.04.25:** - Revert to Alpine 3.19 due to upstream issues with Python 3.12 support.
284285* ** 02.03.25:** - Rebase to Alpine 3.21.
285286* ** 08.01.24:** - Rebase to Alpine 3.19.
Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ init_diagram: |
7474 "medusa:latest" <- Base Images
7575# changelog
7676changelogs :
77+ - {date: "10.11.25:", desc: "Rebase to Alpine 3.22."}
7778 - {date: "07.04.25:", desc: "Revert to Alpine 3.19 due to upstream issues with Python 3.12 support."}
7879 - {date: "02.03.25:", desc: "Rebase to Alpine 3.21."}
7980 - {date: "08.01.24:", desc: "Rebase to Alpine 3.19."}
You can’t perform that action at this time.
0 commit comments