⬆️ Upgrades Tautulli to version v2.1.29 (#42)

This commit is contained in:
Joakim Sørensen 2019-05-18 10:13:30 +02:00 committed by GitHub
parent aed0b15ed5
commit eab329826f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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