diff --git a/tautulli/Dockerfile b/tautulli/Dockerfile index fe5f97c..d1f2244 100644 --- a/tautulli/Dockerfile +++ b/tautulli/Dockerfile @@ -13,7 +13,7 @@ COPY requirements.txt /tmp/ # Setup base ARG BUILD_ARCH=amd64 -ENV TAUTULLI_VERSION="v2.12.3" +ENV TAUTULLI_VERSION="v2.12.4" RUN \ apt-get update \ && apt-get install -y --no-install-recommends \