⬆️ Bump Base Image form 10.1.1 to 11.0.0

Bumps Base Image form 10.1.1 to 11.0.0
This commit is contained in:
Gautham Varma K
2022-01-02 10:52:35 +05:30
parent 64a8ef45fa
commit 3593c2375f
2 changed files with 11 additions and 11 deletions
+6 -6
View File
@@ -7,14 +7,14 @@ COPY requirements.txt /tmp/
RUN \ RUN \
apk update \ apk update \
&& apk add --no-cache --virtual .build-deps \ && apk add --no-cache --virtual .build-deps \
musl-dev=1.2.2-r3 \ musl-dev=1.2.2-r7 \
gcc=10.3.1_git20210424-r2 \ gcc=10.3.1_git20211027-r0 \
g++=10.3.1_git20210424-r2 \ g++=10.3.1_git20211027-r0 \
libxml2-dev=2.9.12-r1 \ libxml2-dev=2.9.12-r2 \
libxslt-dev=1.1.34-r1 \ libxslt-dev=1.1.34-r1 \
python3-dev=3.9.5-r1 \ python3-dev=3.9.7-r4 \
&& apk add --no-cache \ && apk add --no-cache \
tvheadend=4.2.8-r3 \ tvheadend=4.2.8-r5 \
py3-pip=20.3.4-r1 \ py3-pip=20.3.4-r1 \
libxslt=1.1.34-r1 \ libxslt=1.1.34-r1 \
&& pip3 install \ && pip3 install \
+5 -5
View File
@@ -1,7 +1,7 @@
--- ---
build_from: build_from:
aarch64: ghcr.io/hassio-addons/base/aarch64:10.1.1 aarch64: ghcr.io/hassio-addons/base/aarch64:11.0.0
amd64: ghcr.io/hassio-addons/base/amd64:10.1.1 amd64: ghcr.io/hassio-addons/base/amd64:11.0.0
armhf: ghcr.io/hassio-addons/base/armhf:10.1.1 armhf: ghcr.io/hassio-addons/base/armhf:11.0.0
armv7: ghcr.io/hassio-addons/base/armv7:10.1.1 armv7: ghcr.io/hassio-addons/base/armv7:11.0.0
i386: ghcr.io/hassio-addons/base/i386:10.1.1 i386: ghcr.io/hassio-addons/base/i386:11.0.0