From 35bb3d61c0c4c3688cf9bd9a21045a2927c080da Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 20:11:21 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20Add-on=20base=20i?= =?UTF-8?q?mage=20to=20v15.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cloudflared/Dockerfile | 2 +- cloudflared/build.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cloudflared/Dockerfile b/cloudflared/Dockerfile index c43a4c7..26242f5 100644 --- a/cloudflared/Dockerfile +++ b/cloudflared/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:15.0.0 +ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:15.0.1 # hadolint ignore=DL3006 FROM ${BUILD_FROM} diff --git a/cloudflared/build.yaml b/cloudflared/build.yaml index b8cb869..c8ab988 100644 --- a/cloudflared/build.yaml +++ b/cloudflared/build.yaml @@ -1,10 +1,10 @@ --- build_from: - aarch64: ghcr.io/hassio-addons/base/aarch64:15.0.0 - amd64: ghcr.io/hassio-addons/base/amd64:15.0.0 - armhf: ghcr.io/hassio-addons/base/armhf:15.0.0 - armv7: ghcr.io/hassio-addons/base/armv7:15.0.0 - i386: ghcr.io/hassio-addons/base/i386:15.0.0 + aarch64: ghcr.io/hassio-addons/base/aarch64:15.0.1 + amd64: ghcr.io/hassio-addons/base/amd64:15.0.1 + armhf: ghcr.io/hassio-addons/base/armhf:15.0.1 + armv7: ghcr.io/hassio-addons/base/armv7:15.0.1 + i386: ghcr.io/hassio-addons/base/i386:15.0.1 codenotary: base_image: codenotary@frenck.dev signer: dev@brenner.tech