File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
1
# syntax=docker/dockerfile:1
2
2
3
- FROM ghcr.io/linuxserver/unrar:latest as unrar
3
+ FROM ghcr.io/linuxserver/unrar:latest AS unrar
4
4
5
- FROM ghcr.io/linuxserver/baseimage-alpine:3.21
5
+ FROM ghcr.io/linuxserver/baseimage-alpine:3.22
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.21 / \
45
+ pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.22 / \
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 1
1
# syntax=docker/dockerfile:1
2
2
3
- FROM ghcr.io/linuxserver/unrar:arm64v8-latest as unrar
3
+ FROM ghcr.io/linuxserver/unrar:arm64v8-latest AS unrar
4
4
5
- FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.21
5
+ FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.22
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.21 / \
45
+ pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.22 / \
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 @@ -294,6 +294,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
294
294
295
295
# # Versions
296
296
297
+ * ** 09.06.25:** - Rebase to Alpine 3.22.
297
298
* ** 02.03.25:** - Rebase to Alpine 3.21.
298
299
* ** 20.07.24:** - Revert to Alpine 3.19 due to inconsistent upstream addon support for Python 3.12.
299
300
* ** 27.06.24:** - Rebase to Alpine 3.20.
Original file line number Diff line number Diff line change @@ -79,6 +79,7 @@ init_diagram: |
79
79
"pyload-ng:develop" <- Base Images
80
80
# changelog
81
81
changelogs :
82
+ - {date: "09.06.25:", desc: "Rebase to Alpine 3.22."}
82
83
- {date: "02.03.25:", desc: "Rebase to Alpine 3.21."}
83
84
- {date: "20.07.24:", desc: "Revert to Alpine 3.19 due to inconsistent upstream addon support for Python 3.12."}
84
85
- {date: "27.06.24:", desc: "Rebase to Alpine 3.20."}
You can’t perform that action at this time.
0 commit comments