From 7aad1bde536e0220e64901e7785dea43573c85bf Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sat, 25 Mar 2023 17:21:34 +0100 Subject: [PATCH] Renovate: Fix Tautulli dockerfile arg version --- tautulli/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tautulli/Dockerfile b/tautulli/Dockerfile index a9419da..ced30c2 100644 --- a/tautulli/Dockerfile +++ b/tautulli/Dockerfile @@ -13,7 +13,7 @@ COPY requirements.txt /tmp/ # Setup base ARG BUILD_ARCH=amd64 -ARG TAUTULLI_VERSION "v2.12.2" +ARG TAUTULLI_VERSION="v2.12.2" RUN \ apt-get update \ && apt-get install -y --no-install-recommends \