mirror of
https://github.com/hassio-addons/addon-tautulli.git
synced 2025-05-05 03:21:40 +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
|
# Setup base
|
||||||
ARG BUILD_ARCH=amd64
|
ARG BUILD_ARCH=amd64
|
||||||
ARG TAUTULLI_VERSION "v2.12.2"
|
ARG TAUTULLI_VERSION="v2.12.2"
|
||||||
RUN \
|
RUN \
|
||||||
apt-get update \
|
apt-get update \
|
||||||
&& apt-get install -y --no-install-recommends \
|
&& apt-get install -y --no-install-recommends \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue