Skip to content

Commit 5fc8aef

Browse files
⬆️ Update ghcr.io/hassio-addons/base Docker tag to v20 (#295)
* ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v20 * Update dependencies --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Franck Nijhof <git@frenck.dev>
1 parent c951007 commit 5fc8aef

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
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_22/{{package}}"
28+
"depNameTemplate": "alpine_3_23/{{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:19.0.0
1+
ARG BUILD_FROM=ghcr.io/hassio-addons/base:20.0.1
22
# hadolint ignore=DL3006
33
FROM ${BUILD_FROM}
44

@@ -11,15 +11,15 @@ ARG ZERO_TIER_ONE_VERSION="1.16.0"
1111
RUN \
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 \

zerotier/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
build_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

0 commit comments

Comments
 (0)