Skip to content

Commit 10a955a

Browse files
⬆️ Update ghcr.io/hassio-addons/base Docker tag to v17 (#251)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Franck Nijhof <git@frenck.dev>
1 parent e228907 commit 10a955a

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.github/renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
],
2626
"versioningTemplate": "loose",
2727
"datasourceTemplate": "repology",
28-
"depNameTemplate": "alpine_3_19/{{package}}"
28+
"depNameTemplate": "alpine_3_21/{{package}}"
2929
},
3030
{
3131
"customType": "regex",

zerotier/Dockerfile

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG BUILD_FROM=ghcr.io/hassio-addons/base:15.0.8
1+
ARG BUILD_FROM=ghcr.io/hassio-addons/base:17.0.0
22
# hadolint ignore=DL3006
33
FROM ${BUILD_FROM}
44

@@ -11,15 +11,15 @@ ARG ZERO_TIER_ONE_VERSION="1.14.2"
1111
RUN \
1212
apk add --no-cache --virtual .build-dependencies \
1313
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 \
1919
\
2020
&& 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 \
2323
\
2424
&& git clone --branch "${ZERO_TIER_ONE_VERSION}" --depth=1 \
2525
"https://github.com/zerotier/ZeroTierOne.git" /tmp/zerotier \

zerotier/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
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
66
codenotary:
77
base_image: codenotary@frenck.dev
88
signer: codenotary@frenck.dev

0 commit comments

Comments
 (0)