From 01a23cf8edc813f2b760a98c9fb9adf64d7f88b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 20:20:46 +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.1.3=20(#258)?= 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> --- zerotier/Dockerfile | 2 +- zerotier/build.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/zerotier/Dockerfile b/zerotier/Dockerfile index e602bea..149b1bf 100755 --- a/zerotier/Dockerfile +++ b/zerotier/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/base:17.1.0 +ARG BUILD_FROM=ghcr.io/hassio-addons/base:17.1.3 # hadolint ignore=DL3006 FROM ${BUILD_FROM} diff --git a/zerotier/build.yaml b/zerotier/build.yaml index 4fa3408..893bf7f 100644 --- a/zerotier/build.yaml +++ b/zerotier/build.yaml @@ -1,8 +1,8 @@ --- build_from: - aarch64: ghcr.io/hassio-addons/base:17.1.0 - amd64: ghcr.io/hassio-addons/base:17.1.0 - armv7: ghcr.io/hassio-addons/base:17.1.0 + aarch64: ghcr.io/hassio-addons/base:17.1.3 + amd64: ghcr.io/hassio-addons/base:17.1.3 + armv7: ghcr.io/hassio-addons/base:17.1.3 codenotary: base_image: codenotary@frenck.dev signer: codenotary@frenck.dev