mirror of
https://github.com/hassio-addons/addon-tautulli.git
synced 2025-05-05 03:21:40 +00:00
⬆️ Upgrades add-on base image to 10.1.0 (#184)
This commit is contained in:
parent
1ff93ff50d
commit
7b5e86c33a
2 changed files with 8 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
||||||
ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:10.0.0
|
ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:10.1.0
|
||||||
# hadolint ignore=DL3006
|
# hadolint ignore=DL3006
|
||||||
FROM ${BUILD_FROM}
|
FROM ${BUILD_FROM}
|
||||||
|
|
||||||
|
@ -21,13 +21,13 @@ RUN \
|
||||||
g++=10.3.1_git20210424-r2 \
|
g++=10.3.1_git20210424-r2 \
|
||||||
gcc=10.3.1_git20210424-r2 \
|
gcc=10.3.1_git20210424-r2 \
|
||||||
libffi-dev=3.3-r2 \
|
libffi-dev=3.3-r2 \
|
||||||
openssl-dev=1.1.1k-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-r1 \
|
||||||
\
|
\
|
||||||
&& apk add --no-cache \
|
&& apk add --no-cache \
|
||||||
git=2.32.0-r0 \
|
git=2.32.0-r0 \
|
||||||
openssl=1.1.1k-r0 \
|
openssl=1.1.1l-r0 \
|
||||||
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 \
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
{
|
{
|
||||||
"build_from": {
|
"build_from": {
|
||||||
"aarch64": "ghcr.io/hassio-addons/base/aarch64:10.0.0",
|
"aarch64": "ghcr.io/hassio-addons/base/aarch64:10.1.0",
|
||||||
"amd64": "ghcr.io/hassio-addons/base/amd64:10.0.0",
|
"amd64": "ghcr.io/hassio-addons/base/amd64:10.1.0",
|
||||||
"armhf": "ghcr.io/hassio-addons/base/armhf:10.0.0",
|
"armhf": "ghcr.io/hassio-addons/base/armhf:10.1.0",
|
||||||
"armv7": "ghcr.io/hassio-addons/base/armv7:10.0.0",
|
"armv7": "ghcr.io/hassio-addons/base/armv7:10.1.0",
|
||||||
"i386": "ghcr.io/hassio-addons/base/i386:10.0.0"
|
"i386": "ghcr.io/hassio-addons/base/i386:10.1.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue