From c60e517e04d76ebfd39aa2fe5ad22105af542006 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 9 Feb 2025 09:11:01 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20Add-on=20base=20i?= =?UTF-8?q?mage=20to=20v17.1.2=20(#466)?= 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> --- tailscale/Dockerfile | 2 +- tailscale/build.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tailscale/Dockerfile b/tailscale/Dockerfile index 20f8e985..731a82db 100755 --- a/tailscale/Dockerfile +++ b/tailscale/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:17.1.1 +ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:17.1.2 # hadolint ignore=DL3006 FROM ${BUILD_FROM} diff --git a/tailscale/build.yaml b/tailscale/build.yaml index f799d370..b23d67d2 100644 --- a/tailscale/build.yaml +++ b/tailscale/build.yaml @@ -1,8 +1,8 @@ --- build_from: - aarch64: ghcr.io/hassio-addons/base/aarch64:17.1.1 - amd64: ghcr.io/hassio-addons/base/amd64:17.1.1 - armv7: ghcr.io/hassio-addons/base/armv7:17.1.1 + aarch64: ghcr.io/hassio-addons/base/aarch64:17.1.2 + amd64: ghcr.io/hassio-addons/base/amd64:17.1.2 + armv7: ghcr.io/hassio-addons/base/armv7:17.1.2 codenotary: base_image: codenotary@frenck.dev signer: codenotary@frenck.dev