⬆️ Upgrades Tautulli to v2.1.39

This commit is contained in:
Franck Nijhof 2019-12-09 09:16:53 +01:00
parent c490ea2333
commit a182eb7012
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

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