⬆️ Upgrades Tautulli to v2.6.1

This commit is contained in:
Franck Nijhof 2020-11-04 09:38:58 +01:00
parent 38a860e608
commit f6e9e10292
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -3,7 +3,7 @@ ARG BUILD_FROM=hassioaddons/base:8.0.5
FROM ${BUILD_FROM} FROM ${BUILD_FROM}
# Set env # Set env
ENV TAUTULLI_VERSION 'v2.6.0' ENV TAUTULLI_VERSION 'v2.6.1'
# Set shell # Set shell
SHELL ["/bin/bash", "-o", "pipefail", "-c"] SHELL ["/bin/bash", "-o", "pipefail", "-c"]