From 8523e42d15acd1bb12b5b47bca0c0519afa7def0 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 25 May 2021 15:18:16 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20Tautulli=20to?= =?UTF-8?q?=20v2.7.3=20(#135)?= 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 71a222a..184ba1d 100644 --- a/tautulli/Dockerfile +++ b/tautulli/Dockerfile @@ -3,7 +3,7 @@ ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:9.2.0 FROM ${BUILD_FROM} # Set env -ENV TAUTULLI_VERSION 'v2.7.2' +ENV TAUTULLI_VERSION 'v2.7.3' # Set shell SHELL ["/bin/bash", "-o", "pipefail", "-c"]