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 (#194)
This commit is contained in:
parent
44c2ff57cc
commit
678bb5c8c4
2 changed files with 16 additions and 16 deletions
|
@ -1,4 +1,4 @@
|
||||||
ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:10.2.2
|
ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:11.0.0
|
||||||
# hadolint ignore=DL3006
|
# hadolint ignore=DL3006
|
||||||
FROM ${BUILD_FROM}
|
FROM ${BUILD_FROM}
|
||||||
|
|
||||||
|
@ -18,21 +18,21 @@ COPY requirements.txt /tmp/
|
||||||
ARG BUILD_ARCH=amd64
|
ARG BUILD_ARCH=amd64
|
||||||
RUN \
|
RUN \
|
||||||
apk add --no-cache --virtual .build-dependencies \
|
apk add --no-cache --virtual .build-dependencies \
|
||||||
g++=10.3.1_git20210424-r2 \
|
g++=10.3.1_git20211027-r0 \
|
||||||
gcc=10.3.1_git20210424-r2 \
|
gcc=10.3.1_git20211027-r0 \
|
||||||
libffi-dev=3.3-r2 \
|
libffi-dev=3.4.2-r1 \
|
||||||
openssl-dev=1.1.1l-r0 \
|
openssl-dev=1.1.1l-r7 \
|
||||||
make=4.3-r0 \
|
make=4.3-r0 \
|
||||||
python3-dev=3.9.5-r2 \
|
python3-dev=3.9.7-r4 \
|
||||||
\
|
\
|
||||||
&& apk add --no-cache \
|
&& apk add --no-cache \
|
||||||
git=2.32.0-r0 \
|
git=2.34.1-r0 \
|
||||||
openssl=1.1.1l-r0 \
|
openssl=1.1.1l-r7 \
|
||||||
patch=2.7.6-r7 \
|
patch=2.7.6-r7 \
|
||||||
py3-cryptography=3.3.2-r1 \
|
py3-cryptography=3.3.2-r3 \
|
||||||
py3-pip=20.3.4-r1 \
|
py3-pip=20.3.4-r1 \
|
||||||
python3=3.9.5-r2 \
|
python3=3.9.7-r4 \
|
||||||
wget=1.21.1-r1 \
|
wget=1.21.2-r2 \
|
||||||
\
|
\
|
||||||
&& pip install \
|
&& pip install \
|
||||||
--no-cache-dir \
|
--no-cache-dir \
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
build_from:
|
build_from:
|
||||||
aarch64: ghcr.io/hassio-addons/base/aarch64:10.2.2
|
aarch64: ghcr.io/hassio-addons/base/aarch64:11.0.0
|
||||||
amd64: ghcr.io/hassio-addons/base/amd64:10.2.2
|
amd64: ghcr.io/hassio-addons/base/amd64:11.0.0
|
||||||
armhf: ghcr.io/hassio-addons/base/armhf:10.2.2
|
armhf: ghcr.io/hassio-addons/base/armhf:11.0.0
|
||||||
armv7: ghcr.io/hassio-addons/base/armv7:10.2.2
|
armv7: ghcr.io/hassio-addons/base/armv7:11.0.0
|
||||||
i386: ghcr.io/hassio-addons/base/i386:10.2.2
|
i386: ghcr.io/hassio-addons/base/i386:11.0.0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue