File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed
Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 2525 ],
2626 "versioningTemplate" : " loose" ,
2727 "datasourceTemplate" : " repology" ,
28- "depNameTemplate" : " alpine_3_21 /{{package}}"
28+ "depNameTemplate" : " alpine_3_22 /{{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:17.2.5
1+ ARG BUILD_FROM=ghcr.io/hassio-addons/base:18.0.0
22# hadolint ignore=DL3006
33FROM ${BUILD_FROM}
44
@@ -11,15 +11,15 @@ ARG ZERO_TIER_ONE_VERSION="1.14.2"
1111RUN \
1212 apk add --no-cache --virtual .build-dependencies \
1313 build-base=0.5-r3 \
14- cargo=1.83 .0-r0 \
15- git=2.47.2 -r0 \
16- linux-headers=6.6-r1 \
17- openssl-dev=3.3.3 -r0 \
18- pkgconf=2.3.0 -r0 \
14+ cargo=1.87 .0-r0 \
15+ git=2.49.0 -r0 \
16+ linux-headers=6.14.2-r0 \
17+ openssl-dev=3.5.0 -r0 \
18+ pkgconf=2.4.3 -r0 \
1919 \
2020 && apk add --no-cache \
21- libgcc=14.2.0-r4 \
22- libstdc++=14.2.0-r4 \
21+ libgcc=14.2.0-r6 \
22+ libstdc++=14.2.0-r6 \
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:17.2.5
4- amd64 : ghcr.io/hassio-addons/base:17.2.5
5- armv7 : ghcr.io/hassio-addons/base:17.2.5
3+ aarch64 : ghcr.io/hassio-addons/base:18.0.0
4+ amd64 : ghcr.io/hassio-addons/base:18.0.0
5+ armv7 : ghcr.io/hassio-addons/base:18.0.0
66codenotary :
77 base_image : codenotary@frenck.dev
88 signer : codenotary@frenck.dev
You can’t perform that action at this time.
0 commit comments