⬆️ Bump Base Image from 11.0.0 to 11.1.1

This commit is contained in:
Gautham Varma K
2022-04-01 14:34:47 +05:30
parent 1b22d951c6
commit 2f9c450c12
2 changed files with 8 additions and 8 deletions
+3 -3
View File
@@ -10,13 +10,13 @@ RUN \
musl-dev=1.2.2-r7 \
gcc=10.3.1_git20211027-r0 \
g++=10.3.1_git20211027-r0 \
libxml2-dev=2.9.12-r2 \
libxslt-dev=1.1.34-r1 \
libxml2-dev=2.9.13-r0 \
libxslt-dev=1.1.35-r0 \
python3-dev=3.9.7-r4 \
&& apk add --no-cache \
tvheadend=4.2.8-r5 \
py3-pip=20.3.4-r1 \
libxslt=1.1.34-r1 \
libxslt=1.1.35-r0 \
&& pip3 install \
--no-cache-dir \
--prefer-binary \
+5 -5
View File
@@ -1,7 +1,7 @@
---
build_from:
aarch64: ghcr.io/hassio-addons/base/aarch64:11.0.0
amd64: ghcr.io/hassio-addons/base/amd64:11.0.0
armhf: ghcr.io/hassio-addons/base/armhf:11.0.0
armv7: ghcr.io/hassio-addons/base/armv7:11.0.0
i386: ghcr.io/hassio-addons/base/i386:11.0.0
aarch64: ghcr.io/hassio-addons/base/aarch64:11.1.1
amd64: ghcr.io/hassio-addons/base/amd64:11.1.1
armhf: ghcr.io/hassio-addons/base/armhf:11.1.1
armv7: ghcr.io/hassio-addons/base/armv7:11.1.1
i386: ghcr.io/hassio-addons/base/i386:11.1.1