File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1
22
3- FROM ghcr.io/linuxserver/unrar:latest as unrar
3+ FROM ghcr.io/linuxserver/unrar:latest AS unrar
44
5- FROM ghcr.io/linuxserver/baseimage-alpine:3.21
5+ FROM ghcr.io/linuxserver/baseimage-alpine:3.22
66
77# set version label
88ARG BUILD_DATE
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.21 / \
45+ pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.22 / \
4646 "git+https://github.com/pyload/pyload.git@${PYLOAD_COMMIT}" && \
4747 printf "Linuxserver.io version: ${VERSION}\n Build-date: ${BUILD_DATE}" > /build_version && \
4848 echo "**** cleanup ****" && \
Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1
22
3- FROM ghcr.io/linuxserver/unrar:arm64v8-latest as unrar
3+ FROM ghcr.io/linuxserver/unrar:arm64v8-latest AS unrar
44
5- FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.21
5+ FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.22
66
77# set version label
88ARG BUILD_DATE
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.21 / \
45+ pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.22 / \
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 ****" && \
Original file line number Diff line number Diff line change @@ -294,6 +294,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
294294
295295# # Versions
296296
297+ * ** 09.06.25:** - Rebase to Alpine 3.22.
297298* ** 02.03.25:** - Rebase to Alpine 3.21.
298299* ** 20.07.24:** - Revert to Alpine 3.19 due to inconsistent upstream addon support for Python 3.12.
299300* ** 27.06.24:** - Rebase to Alpine 3.20.
Original file line number Diff line number Diff line change @@ -79,6 +79,7 @@ init_diagram: |
7979 "pyload-ng:develop" <- Base Images
8080# changelog
8181changelogs :
82+ - {date: "09.06.25:", desc: "Rebase to Alpine 3.22."}
8283 - {date: "02.03.25:", desc: "Rebase to Alpine 3.21."}
8384 - {date: "20.07.24:", desc: "Revert to Alpine 3.19 due to inconsistent upstream addon support for Python 3.12."}
8485 - {date: "27.06.24:", desc: "Rebase to Alpine 3.20."}
You can’t perform that action at this time.
0 commit comments