From e38548ce6fd0f12fce9f9bbec30511563f944b2c Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 14 Mar 2023 11:22:03 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20Tautulli=20to?= =?UTF-8?q?=20v2.12.0=20(#280)?= 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 87cc894..b7cb10a 100644 --- a/tautulli/Dockerfile +++ b/tautulli/Dockerfile @@ -3,7 +3,7 @@ ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base:6.2.3 FROM ${BUILD_FROM} # Set env -ENV TAUTULLI_VERSION 'v2.11.1' +ENV TAUTULLI_VERSION 'v2.12.0' # Set shell SHELL ["/bin/bash", "-o", "pipefail", "-c"]