From 122f0564faa5606083353c3af2b88de81cd3547b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Aug 2023 21:41:50 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20ghcr.io/hassio-ad?= =?UTF-8?q?dons/base=20Docker=20tag=20to=20v14.0.8=20(#221)?= 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> --- home-panel/Dockerfile | 2 +- home-panel/build.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/home-panel/Dockerfile b/home-panel/Dockerfile index 65ec1b1..ae3b09a 100755 --- a/home-panel/Dockerfile +++ b/home-panel/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/base:14.0.7 +ARG BUILD_FROM=ghcr.io/hassio-addons/base:14.0.8 # hadolint ignore=DL3006 FROM ${BUILD_FROM} diff --git a/home-panel/build.yaml b/home-panel/build.yaml index 1f31233..1c7ebe8 100644 --- a/home-panel/build.yaml +++ b/home-panel/build.yaml @@ -1,10 +1,10 @@ --- build_from: - aarch64: ghcr.io/hassio-addons/base:14.0.7 - amd64: ghcr.io/hassio-addons/base:14.0.7 - armhf: ghcr.io/hassio-addons/base:14.0.7 - armv7: ghcr.io/hassio-addons/base:14.0.7 - i386: ghcr.io/hassio-addons/base:14.0.7 + aarch64: ghcr.io/hassio-addons/base:14.0.8 + amd64: ghcr.io/hassio-addons/base:14.0.8 + armhf: ghcr.io/hassio-addons/base:14.0.8 + armv7: ghcr.io/hassio-addons/base:14.0.8 + i386: ghcr.io/hassio-addons/base:14.0.8 codenotary: base_image: codenotary@frenck.dev signer: codenotary@frenck.dev