From 10a955aa5d9d9e3f67db668cc28ed8601f3d9756 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2024 14:59:21 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20ghcr.io/hassio-ad?= =?UTF-8?q?dons/base=20Docker=20tag=20to=20v17=20(#251)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Franck Nijhof --- .github/renovate.json | 2 +- zerotier/Dockerfile | 16 ++++++++-------- zerotier/build.yaml | 6 +++--- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 7e7fbce..f84c350 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -25,7 +25,7 @@ ], "versioningTemplate": "loose", "datasourceTemplate": "repology", - "depNameTemplate": "alpine_3_19/{{package}}" + "depNameTemplate": "alpine_3_21/{{package}}" }, { "customType": "regex", diff --git a/zerotier/Dockerfile b/zerotier/Dockerfile index 843b501..7150b99 100755 --- a/zerotier/Dockerfile +++ b/zerotier/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/base:15.0.8 +ARG BUILD_FROM=ghcr.io/hassio-addons/base:17.0.0 # hadolint ignore=DL3006 FROM ${BUILD_FROM} @@ -11,15 +11,15 @@ ARG ZERO_TIER_ONE_VERSION="1.14.2" RUN \ apk add --no-cache --virtual .build-dependencies \ build-base=0.5-r3 \ - cargo=1.76.0-r0 \ - git=2.43.5-r0 \ - linux-headers=6.5-r0 \ - openssl-dev=3.1.7-r1 \ - pkgconf=2.1.0-r0 \ + cargo=1.83.0-r0 \ + git=2.47.1-r0 \ + linux-headers=6.6-r1 \ + openssl-dev=3.3.2-r4 \ + pkgconf=2.3.0-r0 \ \ && apk add --no-cache \ - libgcc=13.2.1_git20231014-r0 \ - libstdc++=13.2.1_git20231014-r0 \ + libgcc=14.2.0-r4 \ + libstdc++=14.2.0-r4 \ \ && git clone --branch "${ZERO_TIER_ONE_VERSION}" --depth=1 \ "https://github.com/zerotier/ZeroTierOne.git" /tmp/zerotier \ diff --git a/zerotier/build.yaml b/zerotier/build.yaml index 243e4a0..a5800a1 100644 --- a/zerotier/build.yaml +++ b/zerotier/build.yaml @@ -1,8 +1,8 @@ --- build_from: - aarch64: ghcr.io/hassio-addons/base:15.0.8 - amd64: ghcr.io/hassio-addons/base:15.0.8 - armv7: ghcr.io/hassio-addons/base:15.0.8 + aarch64: ghcr.io/hassio-addons/base:17.0.0 + amd64: ghcr.io/hassio-addons/base:17.0.0 + armv7: ghcr.io/hassio-addons/base:17.0.0 codenotary: base_image: codenotary@frenck.dev signer: codenotary@frenck.dev