⬆️ Upgrades Tautulli to v2.10.5 (#253)

This commit is contained in:
Franck Nijhof 2022-11-09 09:40:22 +01:00 committed by GitHub
parent e485bc6077
commit 9d72de59b3
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.3
FROM ${BUILD_FROM}
# Set env
ENV TAUTULLI_VERSION 'v2.10.4'
ENV TAUTULLI_VERSION 'v2.10.5'
# Set shell
SHELL ["/bin/bash", "-o", "pipefail", "-c"]