⬆️ 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:
+1
-1
@@ -1,6 +1,6 @@
|
||||
# MIT License
|
||||
|
||||
Copyright (c) 2021-2022 Gautham varma K
|
||||
Copyright (c) 2021-2023 Gautham varma K
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
||||
@@ -65,7 +65,7 @@ check [the contributor's page][contributors].
|
||||
|
||||
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
|
||||
@@ -96,7 +96,7 @@ SOFTWARE.
|
||||
[i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||
[issue]: https://github.com/GauthamVarmaK/addon-tvheadend/issues
|
||||
[license-shield]: https://img.shields.io/github/license/GauthamVarmaK/addon-tvheadend.svg
|
||||
[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
|
||||
[releases-shield]: https://img.shields.io/github/release/GauthamVarmaK/addon-tvheadend.svg
|
||||
[releases]: https://github.com/GauthamVarmaK/addon-tvheadend/releases
|
||||
|
||||
@@ -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
@@ -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
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user