From 9d72de59b34323a1b04217c759c83c41bf9f4f5d Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 9 Nov 2022 09:40:22 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20Tautulli=20to?= =?UTF-8?q?=20v2.10.5=20(#253)?= 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 1773fd8..41bb565 100644 --- a/tautulli/Dockerfile +++ b/tautulli/Dockerfile @@ -3,7 +3,7 @@ ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base:6.1.3 FROM ${BUILD_FROM} # Set env -ENV TAUTULLI_VERSION 'v2.10.4' +ENV TAUTULLI_VERSION 'v2.10.5' # Set shell SHELL ["/bin/bash", "-o", "pipefail", "-c"]