⬆️ Upgrades Tautulli to v2.8.1 (#197)

This commit is contained in:
Franck Nijhof 2022-01-06 19:51:52 +01:00 committed by GitHub
parent 59835807be
commit dad2609d79
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:11.0.0
FROM ${BUILD_FROM}
# Set env
ENV TAUTULLI_VERSION 'v2.8.0'
ENV TAUTULLI_VERSION 'v2.8.1'
# Set shell
SHELL ["/bin/bash", "-o", "pipefail", "-c"]