⬆️ Bump Base image from 11.1.1 to 13.1.1

Bumps Base image from 11.1.1 to 13.1.1
And update maintenance year to 2023
This commit is contained in:
Gautham Varma K
2023-02-19 12:43:06 +05:30
parent 11fab3ffba
commit 4647ec71d8
6 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ Have included the following along with TVHeadend:
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
[forum]: https://community.home-assistant.io/u/gauthamvarmak
[maintenance-shield]: https://img.shields.io/maintenance/yes/2022.svg
[maintenance-shield]: https://img.shields.io/maintenance/yes/2023.svg
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
[release-shield]: https://img.shields.io/badge/version-{{ version }}-blue.svg
[release]: {{ repo }}/tree/{{ version }}
+1 -1
View File
@@ -94,7 +94,7 @@ This has been possible thanks to the community add-ons initiative by [Frenck][fr
MIT License
Copyright (c) 2021-2022 GauthamVarmaK
Copyright (c) 2021-2023 GauthamVarmaK
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
+9 -9
View File
@@ -7,16 +7,16 @@ COPY requirements.txt /tmp/
RUN \
apk update \
&& apk add --no-cache --virtual .build-deps \
musl-dev=1.2.2-r7 \
gcc=10.3.1_git20211027-r0 \
g++=10.3.1_git20211027-r0 \
libxml2-dev=2.9.13-r0 \
libxslt-dev=1.1.35-r0 \
python3-dev=3.9.7-r4 \
musl-dev=1.2.3-r4 \
gcc=12.2.1_git20220924-r4 \
g++=12.2.1_git20220924-r4 \
libxml2-dev=2.10.3-r1 \
libxslt-dev=1.1.37-r0 \
python3-dev=3.10.10-r0 \
&& apk add --no-cache \
tvheadend=4.2.8-r5 \
py3-pip=20.3.4-r1 \
libxslt=1.1.35-r0 \
tvheadend=4.2.8-r6 \
py3-pip=22.3.1-r1 \
libxslt=1.1.37-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.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
aarch64: ghcr.io/hassio-addons/base/aarch64:13.1.1
amd64: ghcr.io/hassio-addons/base/amd64:13.1.1
armhf: ghcr.io/hassio-addons/base/armhf:13.1.1
armv7: ghcr.io/hassio-addons/base/armv7:13.1.1
i386: ghcr.io/hassio-addons/base/i386:13.1.1