From 7a2635a5ea0ac8e618a379cdd88e64816fa65afa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Jan 2024 14:58:04 +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=20v15=20(#219)?= 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 --- zerotier/Dockerfile | 16 ++++++++-------- zerotier/build.yaml | 6 +++--- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/zerotier/Dockerfile b/zerotier/Dockerfile index 9db22d3..da08fa5 100755 --- a/zerotier/Dockerfile +++ b/zerotier/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/base:14.3.3 +ARG BUILD_FROM=ghcr.io/hassio-addons/base:15.0.3 # hadolint ignore=DL3006 FROM ${BUILD_FROM} @@ -11,15 +11,15 @@ ARG ZERO_TIER_ONE_VERSION="1.12.2" RUN \ apk add --no-cache --virtual .build-dependencies \ build-base=0.5-r3 \ - cargo=1.71.1-r0 \ - git=2.40.1-r0 \ - linux-headers=6.3-r0 \ - openssl-dev=3.1.4-r1 \ - pkgconf=1.9.5-r0 \ + cargo=1.72.1-r0 \ + git=2.43.0-r0 \ + linux-headers=6.5-r0 \ + openssl-dev=3.1.4-r2 \ + pkgconf=2.1.0-r0 \ \ && apk add --no-cache \ - libgcc=12.2.1_git20220924-r10 \ - libstdc++=12.2.1_git20220924-r10 \ + libgcc=13.2.1_git20231014-r0 \ + libstdc++=13.2.1_git20231014-r0 \ \ && 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 0f64554..c23c78d 100644 --- a/zerotier/build.yaml +++ b/zerotier/build.yaml @@ -1,8 +1,8 @@ --- build_from: - aarch64: ghcr.io/hassio-addons/base:14.3.3 - amd64: ghcr.io/hassio-addons/base:14.3.3 - armv7: ghcr.io/hassio-addons/base:14.3.3 + aarch64: ghcr.io/hassio-addons/base:15.0.3 + amd64: ghcr.io/hassio-addons/base:15.0.3 + armv7: ghcr.io/hassio-addons/base:15.0.3 codenotary: base_image: codenotary@frenck.dev signer: codenotary@frenck.dev