⬆️ Upgrades Tautulli to v2.1.21 (#10)

This commit is contained in:
Franck Nijhof 2018-09-22 12:42:27 +02:00 committed by Joakim Sørensen
parent d68e3d45ba
commit 5c4d4eb06e

View file

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