From d8101f7df923e5d2373b5c1cd96c4d2f6a2c3125 Mon Sep 17 00:00:00 2001 From: thespad Date: Thu, 8 Jan 2026 09:48:47 +0000 Subject: [PATCH] Revert to 3.22 --- Dockerfile | 4 ++-- Dockerfile.aarch64 | 4 ++-- README.md | 1 + readme-vars.yml | 1 + 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8e0ff7da..996bf17c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 -FROM ghcr.io/linuxserver/baseimage-alpine:3.23 +FROM ghcr.io/linuxserver/baseimage-alpine:3.22 # set version label ARG BUILD_DATE @@ -34,7 +34,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.23/ \ + pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.22/ \ -r https://raw.githubusercontent.com/Tautulli/tautulli-baseimage/refs/heads/python3/requirements.txt && \ echo "**** Hard Coding versioning ****" && \ echo "${TAUTULLI_RELEASE}" > /app/tautulli/version.txt && \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 749cdb7e..225cf2fa 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 -FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.23 +FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.22 # set version label ARG BUILD_DATE @@ -34,7 +34,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.23/ \ + pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.22/ \ -r https://raw.githubusercontent.com/Tautulli/tautulli-baseimage/refs/heads/python3/requirements.txt && \ echo "**** Hard Coding versioning ****" && \ echo "${TAUTULLI_RELEASE}" > /app/tautulli/version.txt && \ diff --git a/README.md b/README.md index 40df66a5..41024f3c 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 +* **08.01.26:** - Revert to Alpine 3.22 due to sqlite bug. * **04.01.26:** - Rebase to Alpine 3.23. * **05.07.25:** - Rebase to Alpine 3.22. * **03.01.25:** - Rebase to Alpine 3.21. diff --git a/readme-vars.yml b/readme-vars.yml index 58337fe5..84edc942 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -74,6 +74,7 @@ init_diagram: | "tautulli:latest" <- Base Images # changelog changelogs: + - {date: "08.01.26:", desc: "Revert to Alpine 3.22 due to sqlite bug."} - {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."}