File tree Expand file tree Collapse file tree 4 files changed +14
-14
lines changed
Expand file tree Collapse file tree 4 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 5757 ],
5858 "versioningTemplate" : " deb" ,
5959 "datasourceTemplate" : " repology" ,
60- "depNameTemplate" : " debian_12 /{{package}}"
60+ "depNameTemplate" : " debian_13 /{{package}}"
6161 }
6262 ],
6363 "packageRules" : [
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ Home Assistant Community Add-ons.
3131While Home Assistant provides base images, the images provided by this
3232repository contain some extras:
3333
34- - Based on Debian Buster (slim)
34+ - Based on Debian Trixie (slim)
3535- Adds [ s6] as a process supervisor.
3636- Adds ` jq ` & ` curl ` , since every add-on uses them.
3737- Adds Docker [ Label Schema] [ label-schema ] support.
Original file line number Diff line number Diff line change 1- ARG BUILD_FROM=debian:12.10 -slim
1+ ARG BUILD_FROM=debian:13.0 -slim
22# hadolint ignore=DL3006
33FROM ${BUILD_FROM}
44
@@ -32,12 +32,12 @@ RUN \
3232 apt-get update \
3333 \
3434 && apt-get install -y --no-install-recommends \
35- bash=5.2.15 -2+b7 \
36- ca-certificates=20230311+deb12u1 \
37- curl=7.88 .1-10+deb12u12 \
38- jq=1.6-2.1 \
39- tzdata=2025b-0+deb12u1 \
40- xz-utils=5.4 .1-1 \
35+ bash=5.2.37 -2+b5 \
36+ ca-certificates=20250419 \
37+ curl=8.14 .1-2 \
38+ jq=1.7.1-6+deb13u1 \
39+ tzdata=2025b-4 \
40+ xz-utils=5.8 .1-1 \
4141 \
4242 && c_rehash \
4343 \
Original file line number Diff line number Diff line change 11---
22build_from :
3- aarch64 : arm64v8/debian:12.10 -slim
4- amd64 : amd64/debian:12.10 -slim
5- armhf : arm32v5/debian:12.10 -slim
6- armv7 : arm32v7/debian:12.10 -slim
7- i386 : i386/debian:12.10 -slim
3+ aarch64 : arm64v8/debian:13.0 -slim
4+ amd64 : amd64/debian:13.0 -slim
5+ armhf : arm32v5/debian:13.0 -slim
6+ armv7 : arm32v7/debian:13.0 -slim
7+ i386 : i386/debian:13.0 -slim
88codenotary :
99
You can’t perform that action at this time.
0 commit comments