diff --git a/Dockerfile b/Dockerfile index 7c593fe6..e23534c4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 -FROM ghcr.io/linuxserver/baseimage-alpine:3.22 +FROM ghcr.io/linuxserver/baseimage-alpine:3.23 # set version label ARG BUILD_DATE @@ -35,7 +35,7 @@ RUN \ pip install -U --no-cache-dir \ pip \ wheel && \ - pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.22/ \ + pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.23/ \ -r https://raw.githubusercontent.com/Tautulli/tautulli-baseimage/refs/heads/python3/requirements.txt && \ echo "**** Hard Coding versioning ****" && \ echo "${TAUTULLI_COMMIT}" > /app/tautulli/version.txt && \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 93303057..cc0215d0 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 -FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.22 +FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.23 # set version label ARG BUILD_DATE @@ -35,7 +35,7 @@ RUN \ pip install -U --no-cache-dir \ pip \ wheel && \ - pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.22/ \ + pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.23/ \ -r https://raw.githubusercontent.com/Tautulli/tautulli-baseimage/refs/heads/python3/requirements.txt && \ echo "**** Hard Coding versioning ****" && \ echo "${TAUTULLI_COMMIT}" > /app/tautulli/version.txt && \ diff --git a/README.md b/README.md index 029fdfbb..7ba9ca54 100644 --- a/README.md +++ b/README.md @@ -292,6 +292,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **04.01.25:** - Rebase to Alpine 3.23. * **05.07.25:** - Rebase to Alpine 3.22. * **03.01.25:** - Rebase to Alpine 3.21. * **18.11.24:** - Use upstream python packages. diff --git a/readme-vars.yml b/readme-vars.yml index 12a1ca67..af00d29c 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -74,6 +74,7 @@ init_diagram: | "tautulli:develop" <- Base Images # changelog changelogs: + - {date: "04.01.26:", desc: "Rebase to Alpine 3.23."} - {date: "05.07.25:", desc: "Rebase to Alpine 3.22."} - {date: "03.01.25:", desc: "Rebase to Alpine 3.21."} - {date: "18.11.24:", desc: "Use upstream python packages."}