From 0b21939705d856a9b62f9bd32e9fdc7f79ed3c24 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Fri, 16 Jul 2021 09:59:13 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20Tautulli=20to?= =?UTF-8?q?=20v2.7.5=20(#160)?= 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 059f614..2492d6f 100644 --- a/tautulli/Dockerfile +++ b/tautulli/Dockerfile @@ -3,7 +3,7 @@ ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:10.0.0 FROM ${BUILD_FROM} # Set env -ENV TAUTULLI_VERSION 'v2.7.4' +ENV TAUTULLI_VERSION 'v2.7.5' # Set shell SHELL ["/bin/bash", "-o", "pipefail", "-c"]