mirror of
https://github.com/hassio-addons/addon-tautulli.git
synced 2025-05-04 11:01:26 +00:00
Renovate: Fix Tautulli dockerfile arg version
This commit is contained in:
parent
142f01d0a1
commit
7aad1bde53
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue