File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 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
66ARG BUILD_DATE
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 && \
Original file line number Diff line number Diff line change 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
66ARG BUILD_DATE
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 && \
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ init_diagram: |
7474 "tautulli:latest" <- Base Images
7575# changelog
7676changelogs :
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."}
You can’t perform that action at this time.
0 commit comments