⬆️ Upgrades Tautulli to v2.10.2 (#225)

This commit is contained in:
Franck Nijhof 2022-07-19 00:46:30 +02:00 committed by GitHub
parent 48051b088f
commit 01432bd22a
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/debian-base:6.1.0
FROM ${BUILD_FROM}
# Set env
ENV TAUTULLI_VERSION 'v2.10.1'
ENV TAUTULLI_VERSION 'v2.10.2'
# Set shell
SHELL ["/bin/bash", "-o", "pipefail", "-c"]