Skip to content

Commit 1423c0b

Browse files
authored
Merge pull request #141 from linuxserver/master-3.23
2 parents 5dcfb30 + 4835942 commit 1423c0b

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
22

3-
FROM ghcr.io/linuxserver/baseimage-alpine:3.22
3+
FROM ghcr.io/linuxserver/baseimage-alpine:3.23
44

55
# set version label
66
ARG BUILD_DATE
@@ -34,7 +34,7 @@ RUN \
3434
pip install -U --no-cache-dir \
3535
pip \
3636
wheel && \
37-
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.22/ \
37+
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.23/ \
3838
-r https://raw.githubusercontent.com/Tautulli/tautulli-baseimage/refs/heads/python3/requirements.txt && \
3939
echo "**** Hard Coding versioning ****" && \
4040
echo "${TAUTULLI_RELEASE}" > /app/tautulli/version.txt && \

Dockerfile.aarch64

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
22

3-
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.22
3+
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.23
44

55
# set version label
66
ARG BUILD_DATE
@@ -34,7 +34,7 @@ RUN \
3434
pip install -U --no-cache-dir \
3535
pip \
3636
wheel && \
37-
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.22/ \
37+
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.23/ \
3838
-r https://raw.githubusercontent.com/Tautulli/tautulli-baseimage/refs/heads/python3/requirements.txt && \
3939
echo "**** Hard Coding versioning ****" && \
4040
echo "${TAUTULLI_RELEASE}" > /app/tautulli/version.txt && \

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
292292

293293
## Versions
294294

295+
* **04.01.25:** - Rebase to Alpine 3.23.
295296
* **05.07.25:** - Rebase to Alpine 3.22.
296297
* **03.01.25:** - Rebase to Alpine 3.21.
297298
* **19.11.24:** - Use upstream python packages.

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ init_diagram: |
7474
"tautulli:latest" <- Base Images
7575
# changelog
7676
changelogs:
77+
- {date: "04.01.26:", desc: "Rebase to Alpine 3.23."}
7778
- {date: "05.07.25:", desc: "Rebase to Alpine 3.22."}
7879
- {date: "03.01.25:", desc: "Rebase to Alpine 3.21."}
7980
- {date: "19.11.24:", desc: "Use upstream python packages."}

0 commit comments

Comments
 (0)