From 3219e9c0998e9f78a5063ee05c031f348a7af0ef Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 30 Sep 2024 21:10:08 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20Tautulli=20to?= =?UTF-8?q?=20v2.14.5=20(#371)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tautulli/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tautulli/Dockerfile b/tautulli/Dockerfile index 9872906..f084a5c 100644 --- a/tautulli/Dockerfile +++ b/tautulli/Dockerfile @@ -4,7 +4,7 @@ FROM ${BUILD_FROM} ENV \ PIP_BREAK_SYSTEM_PACKAGES=1 \ - TAUTULLI_VERSION="v2.13.4" + TAUTULLI_VERSION="v2.14.5" # Set shell SHELL ["/bin/bash", "-o", "pipefail", "-c"]