⬆️ Upgrades Tautulli to v2.12.2 (#282)

This commit is contained in:
Franck Nijhof 2023-03-17 11:26:51 +01:00 committed by GitHub
parent 453c96258c
commit 7b99100efb
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.3
FROM ${BUILD_FROM}
# Set env
ENV TAUTULLI_VERSION 'v2.12.1'
ENV TAUTULLI_VERSION 'v2.12.2'
# Set shell
SHELL ["/bin/bash", "-o", "pipefail", "-c"]