⬆️ Upgrades Tautulli to v2.7.4 (#151)

This commit is contained in:
Franck Nijhof 2021-07-02 12:13:45 +02:00 committed by GitHub
parent 439e56191d
commit fd8e4f248a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@ ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:10.0.0
FROM ${BUILD_FROM}
# Set env
ENV TAUTULLI_VERSION 'v2.7.3'
ENV TAUTULLI_VERSION 'v2.7.4'
# Set shell
SHELL ["/bin/bash", "-o", "pipefail", "-c"]