Renovate: Fix Tautulli dockerfile arg version

This commit is contained in:
Franck Nijhof 2023-03-25 17:21:34 +01:00
parent 142f01d0a1
commit 7aad1bde53
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -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 \