⬆️ Upgrades Tautulli to v2.2.1

This commit is contained in:
Franck Nijhof 2020-03-29 11:18:58 +02:00
parent 7e01dbd488
commit b9a93f1652
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

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