File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed
Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 2525 ],
2626 "versioningTemplate" : " loose" ,
2727 "datasourceTemplate" : " repology" ,
28- "depNameTemplate" : " alpine_3_22 /{{package}}"
28+ "depNameTemplate" : " alpine_3_23 /{{package}}"
2929 },
3030 {
3131 "customType" : " regex" ,
Original file line number Diff line number Diff line change 1- ARG BUILD_FROM=ghcr.io/hassio-addons/base:19 .0.0
1+ ARG BUILD_FROM=ghcr.io/hassio-addons/base:20 .0.1
22# hadolint ignore=DL3006
33FROM ${BUILD_FROM}
44
@@ -11,15 +11,15 @@ ARG ZERO_TIER_ONE_VERSION="1.16.0"
1111RUN \
1212 apk add --no-cache --virtual .build-dependencies \
1313 build-base=0.5-r3 \
14- cargo=1.87.0 -r0 \
15- git=2.49.1 -r0 \
16- linux-headers=6.14.2 -r0 \
17- openssl-dev=3.5.4 -r0 \
18- pkgconf=2.4.3 -r0 \
14+ cargo=1.91.1 -r0 \
15+ git=2.52.0 -r0 \
16+ linux-headers=6.16.12 -r0 \
17+ openssl-dev=3.5.5 -r0 \
18+ pkgconf=2.5.1 -r0 \
1919 \
2020 && apk add --no-cache \
21- libgcc=14 .2.0-r6 \
22- libstdc++=14 .2.0-r6 \
21+ libgcc=15 .2.0-r2 \
22+ libstdc++=15 .2.0-r2 \
2323 \
2424 && git clone --branch "${ZERO_TIER_ONE_VERSION}" --depth=1 \
2525 "https://github.com/zerotier/ZeroTierOne.git" /tmp/zerotier \
Original file line number Diff line number Diff line change 11---
22build_from :
3- aarch64 : ghcr.io/hassio-addons/base:19 .0.0
4- amd64 : ghcr.io/hassio-addons/base:19 .0.0
3+ aarch64 : ghcr.io/hassio-addons/base:20 .0.1
4+ amd64 : ghcr.io/hassio-addons/base:20 .0.1
You can’t perform that action at this time.
0 commit comments