⬆️ Upgrades Tautulli to v2.1.26 (#14)

This commit is contained in:
Franck Nijhof 2018-12-07 12:58:52 +01:00 committed by Joakim Sørensen
parent 0c4c45a269
commit 4d5107d962

View file

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