Skip to content

Commit 0956ce5

Browse files
authored
Merge pull request #144 from linuxserver/3.23-again
2 parents 4e29f11 + aeecd3f commit 0956ce5

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+
* **15.01.26:** - Re-Rebase to Alpine 3.23.
295296
* **08.01.26:** - Revert to Alpine 3.22 due to sqlite bug.
296297
* **04.01.26:** - Rebase to Alpine 3.23.
297298
* **05.07.25:** - Rebase to Alpine 3.22.

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: "15.01.26:", desc: "Re-Rebase to Alpine 3.23."}
7778
- {date: "08.01.26:", desc: "Revert to Alpine 3.22 due to sqlite bug."}
7879
- {date: "04.01.26:", desc: "Rebase to Alpine 3.23."}
7980
- {date: "05.07.25:", desc: "Rebase to Alpine 3.22."}

0 commit comments

Comments
 (0)