⬆️ Upgrades Tautulli to v2.1.22 (#12)

This commit is contained in:
Franck Nijhof 2018-10-07 19:15:43 +02:00 committed by Joakim Sørensen
parent 26a250b5ac
commit 4aaab20794

View file

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