Skip to content

Commit cc2dc90

Browse files
committed
rebase to 3.22
1 parent d1b3032 commit cc2dc90

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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
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.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 ****" && \

Dockerfile.aarch64

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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
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.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 ****" && \

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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.

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ init_diagram: |
7979
"pyload-ng:develop" <- Base Images
8080
# changelog
8181
changelogs:
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."}

0 commit comments

Comments
 (0)