From 284040dc9953a59d3ea6b9a7c6f7dac09a9597da Mon Sep 17 00:00:00 2001
From: Franck Nijhof <frenck@addons.community>
Date: Mon, 8 Feb 2021 12:41:46 +0100
Subject: [PATCH] :arrow_up: Upgrades Tautulli to v2.6.6 (#87)

---
 tautulli/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tautulli/Dockerfile b/tautulli/Dockerfile
index 108e870..43c0d10 100644
--- a/tautulli/Dockerfile
+++ b/tautulli/Dockerfile
@@ -3,7 +3,7 @@ ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:9.1.2
 FROM ${BUILD_FROM}
 
 # Set env
-ENV TAUTULLI_VERSION 'v2.6.5'
+ENV TAUTULLI_VERSION 'v2.6.6'
 
 # Set shell
 SHELL ["/bin/bash", "-o", "pipefail", "-c"]