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 25
25
],
26
26
"versioningTemplate" : " loose" ,
27
27
"datasourceTemplate" : " repology" ,
28
- "depNameTemplate" : " alpine_3_19 /{{package}}"
28
+ "depNameTemplate" : " alpine_3_21 /{{package}}"
29
29
},
30
30
{
31
31
"customType" : " regex" ,
Original file line number Diff line number Diff line change 1
- ARG BUILD_FROM=ghcr.io/hassio-addons/base:15 .0.8
1
+ ARG BUILD_FROM=ghcr.io/hassio-addons/base:17 .0.0
2
2
# hadolint ignore=DL3006
3
3
FROM ${BUILD_FROM}
4
4
@@ -11,15 +11,15 @@ ARG ZERO_TIER_ONE_VERSION="1.14.2"
11
11
RUN \
12
12
apk add --no-cache --virtual .build-dependencies \
13
13
build-base=0.5-r3 \
14
- cargo=1.76 .0-r0 \
15
- git=2.43.5 -r0 \
16
- linux-headers=6.5-r0 \
17
- openssl-dev=3.1.7-r1 \
18
- pkgconf=2.1 .0-r0 \
14
+ cargo=1.83 .0-r0 \
15
+ git=2.47.1 -r0 \
16
+ linux-headers=6.6-r1 \
17
+ openssl-dev=3.3.2-r4 \
18
+ pkgconf=2.3 .0-r0 \
19
19
\
20
20
&& apk add --no-cache \
21
- libgcc=13 .2.1_git20231014-r0 \
22
- libstdc++=13 .2.1_git20231014-r0 \
21
+ libgcc=14 .2.0-r4 \
22
+ libstdc++=14 .2.0-r4 \
23
23
\
24
24
&& git clone --branch "${ZERO_TIER_ONE_VERSION}" --depth=1 \
25
25
"https://github.com/zerotier/ZeroTierOne.git" /tmp/zerotier \
Original file line number Diff line number Diff line change 1
1
---
2
2
build_from :
3
- aarch64 : ghcr.io/hassio-addons/base:15 .0.8
4
- amd64 : ghcr.io/hassio-addons/base:15 .0.8
5
- armv7 : ghcr.io/hassio-addons/base:15 .0.8
3
+ aarch64 : ghcr.io/hassio-addons/base:17 .0.0
4
+ amd64 : ghcr.io/hassio-addons/base:17 .0.0
5
+ armv7 : ghcr.io/hassio-addons/base:17 .0.0
6
6
codenotary :
7
7
base_image : codenotary@frenck.dev
8
8
signer : codenotary@frenck.dev
You can’t perform that action at this time.
0 commit comments