mirror of
https://github.com/hassio-addons/addon-tautulli.git
synced 2025-05-04 19:11:24 +00:00
⬆️ Upgrades add-on base image to 11.0.0 (#193)
This commit is contained in:
parent
b8b13b2b93
commit
44c2ff57cc
1 changed files with 3 additions and 3 deletions
|
@ -23,7 +23,7 @@ RUN \
|
||||||
libffi-dev=3.3-r2 \
|
libffi-dev=3.3-r2 \
|
||||||
openssl-dev=1.1.1l-r0 \
|
openssl-dev=1.1.1l-r0 \
|
||||||
make=4.3-r0 \
|
make=4.3-r0 \
|
||||||
python3-dev=3.9.5-r1 \
|
python3-dev=3.9.5-r2 \
|
||||||
\
|
\
|
||||||
&& apk add --no-cache \
|
&& apk add --no-cache \
|
||||||
git=2.32.0-r0 \
|
git=2.32.0-r0 \
|
||||||
|
@ -31,13 +31,13 @@ RUN \
|
||||||
patch=2.7.6-r7 \
|
patch=2.7.6-r7 \
|
||||||
py3-cryptography=3.3.2-r1 \
|
py3-cryptography=3.3.2-r1 \
|
||||||
py3-pip=20.3.4-r1 \
|
py3-pip=20.3.4-r1 \
|
||||||
python3=3.9.5-r1 \
|
python3=3.9.5-r2 \
|
||||||
wget=1.21.1-r1 \
|
wget=1.21.1-r1 \
|
||||||
\
|
\
|
||||||
&& pip install \
|
&& pip install \
|
||||||
--no-cache-dir \
|
--no-cache-dir \
|
||||||
--prefer-binary \
|
--prefer-binary \
|
||||||
--find-links "https://wheels.home-assistant.io/alpine-3.14/${BUILD_ARCH}/" \
|
--find-links "https://wheels.home-assistant.io/alpine-3.15/${BUILD_ARCH}/" \
|
||||||
-r /tmp/requirements.txt \
|
-r /tmp/requirements.txt \
|
||||||
\
|
\
|
||||||
&& git clone --branch "${TAUTULLI_VERSION}" --depth=1 \
|
&& git clone --branch "${TAUTULLI_VERSION}" --depth=1 \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue