⬆️ Upgrades Tautulli to v2.11.1 (#262)

This commit is contained in:
Franck Nijhof 2022-12-29 13:55:45 +01:00 committed by GitHub
parent ebab5a63da
commit a69e81bc8a
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.2.0
FROM ${BUILD_FROM}
# Set env
ENV TAUTULLI_VERSION 'v2.10.5'
ENV TAUTULLI_VERSION 'v2.11.1'
# Set shell
SHELL ["/bin/bash", "-o", "pipefail", "-c"]