⬆️ Upgrades Tautulli to v2.15.0 (#385)

This commit is contained in:
Franck Nijhof 2024-12-07 18:23:45 +01:00 committed by GitHub
parent 0f49210e02
commit 972e91032b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,7 +4,7 @@ FROM ${BUILD_FROM}
ENV \
PIP_BREAK_SYSTEM_PACKAGES=1 \
TAUTULLI_VERSION="v2.14.5"
TAUTULLI_VERSION="v2.15.0"
# Set shell
SHELL ["/bin/bash", "-o", "pipefail", "-c"]